diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-04-27 20:29:15 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-04-27 20:29:15 +0200 |
commit | 6d61bbcc339df6d7094010e975050afdcfbbe530 (patch) | |
tree | 0b937b332df756e17db16e584acf42ba553ab04d /ratatoeskr/config.php | |
parent | aa09d5b5eefd25f3e649dfb0a32f4a1a9021a093 (diff) | |
download | ratatoeskr-cms-6d61bbcc339df6d7094010e975050afdcfbbe530.tar.gz ratatoeskr-cms-6d61bbcc339df6d7094010e975050afdcfbbe530.tar.bz2 ratatoeskr-cms-6d61bbcc339df6d7094010e975050afdcfbbe530.zip |
Rename example config file
Diffstat (limited to 'ratatoeskr/config.php')
-rw-r--r-- | ratatoeskr/config.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ratatoeskr/config.php b/ratatoeskr/config.php deleted file mode 100644 index db2d6e5..0000000 --- a/ratatoeskr/config.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -define("__DEBUG__", false); -define("CONFIG_FILLED_OUT", false); -define("PLUGINS_ENABLED", true); - -$config["mysql"]["server"] = 'localhost'; -$config["mysql"]["db"] = ''; -$config["mysql"]["user"] = ''; -$config["mysql"]["passwd"] = ''; -$config["mysql"]["prefix"] = 'ratatoeskr_'; |