From 3238b4317c6f13999b4731704e0b841559e5159d Mon Sep 17 00:00:00 2001 From: "cn.yimian.xyz" Date: Fri, 14 Aug 2020 16:36:31 +0800 Subject: [PATCH] rd --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index b2d669c..13fe865 100755 --- a/functions.php +++ b/functions.php @@ -5,7 +5,7 @@ include '/mnt/config/php/config.php'; //connect to database function db__connect($servername="",$username="",$password="",$dbname="") -{echo $GLOBALS['g_db_serverName']; +{ /* reset */ if($servername=="") $servername=$GLOBALS['g_db_serverName']; if($username=="") $username=$GLOBALS['g_db_usrName'];