diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-08-05 17:19:20 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-08-05 17:19:20 +0200 |
commit | 42f22d74eb224cc7f553171b82224882e8966981 (patch) | |
tree | 64efa3a0b3567ed5a94073cb5341c8e4e65ffb19 | |
parent | df07d122fa1dafd9f80fb2a4b97f9db933faf110 (diff) |
Add a disclaimer to the top of the config.default.php.
-rw-r--r-- | config.php.example | 4 | ||||
-rw-r--r-- | includes/config.defaults.php | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/config.php.example b/config.php.example index a0191de..3d4a201 100644 --- a/config.php.example +++ b/config.php.example @@ -1,8 +1,8 @@ <?php -/* Main configuration file example. +/* + * Main configuration file example. * * DO NOT EDIT NOR RENAME, please copy to 'config.php' and edit the new file! - * */ // People to contact diff --git a/includes/config.defaults.php b/includes/config.defaults.php index 60d783b..4821da8 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -1,5 +1,10 @@ <?php +/* + * Please don't edit this file! + * Make changes to the configuration array in config.php. + */ + $config = array ( // Frontpage configuration |