Skip to content

Commit

Permalink
r de
Browse files Browse the repository at this point in the history
  • Loading branch information
IoTcat committed Aug 14, 2020
1 parent e573fd9 commit e47958b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -5,7 +5,7 @@

//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'];
Expand Down

0 comments on commit e47958b

Please sign in to comment.