This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Moe
/
moeFlix
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Updated config file
Moritz Schmidt
10 years ago
parent
3bd597d788
commit
8fc494a918
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
inc/config.inc.php.dist
+ 2
- 1
inc/config.inc.php.dist
View File
@@ -7,5 +7,6 @@ $CONF = array(
"dbName" => "dbName",
);
+$GLOBALS['conf'] = $CONF;
-?>
+?>