diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-04-26 21:03:08 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-04-26 21:13:51 +0200 |
commit | ade9edeb849803082856f7633194913ad4df93a0 (patch) | |
tree | a864c593f92851678d7ab9fe4e7e9cfdefb539c8 /ratatoeskr/config.php | |
parent | c3cc300a952a793b9655226db1aad050daaa3803 (diff) | |
download | ratatoeskr-cms-ade9edeb849803082856f7633194913ad4df93a0.tar.gz ratatoeskr-cms-ade9edeb849803082856f7633194913ad4df93a0.tar.bz2 ratatoeskr-cms-ade9edeb849803082856f7633194913ad4df93a0.zip |
Automatic code formatting
Diffstat (limited to 'ratatoeskr/config.php')
-rw-r--r-- | ratatoeskr/config.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ratatoeskr/config.php b/ratatoeskr/config.php index 51ec257..db2d6e5 100644 --- a/ratatoeskr/config.php +++ b/ratatoeskr/config.php @@ -1,8 +1,8 @@ <?php -define("__DEBUG__", False); -define("CONFIG_FILLED_OUT", False); -define("PLUGINS_ENABLED", True); +define("__DEBUG__", false); +define("CONFIG_FILLED_OUT", false); +define("PLUGINS_ENABLED", true); $config["mysql"]["server"] = 'localhost'; $config["mysql"]["db"] = ''; |