Moritz Schmidt 10 жил өмнө
parent
commit
8fc494a918

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

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