浏览代码

Updated config file

Moritz Schmidt 10 年之前
父节点
当前提交
8fc494a918
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;
 
-?>
+?>