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 /includes | |
parent | df07d122fa1dafd9f80fb2a4b97f9db933faf110 (diff) |
Add a disclaimer to the top of the config.default.php.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/config.defaults.php | 5 |
1 files changed, 5 insertions, 0 deletions
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 |