summaryrefslogtreecommitdiff
path: root/html/includes/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'html/includes/functions.php')
-rwxr-xr-xhtml/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/includes/functions.php b/html/includes/functions.php
index d060edd..cefc1cc 100755
--- a/html/includes/functions.php
+++ b/html/includes/functions.php
@@ -1,6 +1,6 @@
<?php
// Connect to database
-$GLOBALS["___mysqli_link"] = mysqli_connect($hostname, $uname, $upass, $dbname);
+$GLOBALS["___mysqli_link"] = mysqli_connect($hostname, $uname, $upass, $dbname);
// Error reporting
// error_reporting(E_ALL & ~E_NOTICE);