diff options
-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 |