소스 검색

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;
 
-?>
+?>