Browse Source

Updated config file

Moritz Schmidt 10 năm trước cách đây
mục cha
commit
8fc494a918
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      inc/config.inc.php.dist

+ 2 - 1
inc/config.inc.php.dist

@@ -7,5 +7,6 @@ $CONF = array(
   "dbName" => "dbName",
 
 );
+$GLOBALS['conf'] = $CONF;
 
-?>
+?>