diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2014-08-05 17:16:49 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2014-08-05 17:16:49 +0200 |
commit | df07d122fa1dafd9f80fb2a4b97f9db933faf110 (patch) | |
tree | a2fa6d4cbd54c0a1a9afc21dd639247aa60d831b /config.php.example | |
parent | 57426df53ccd8de915d94a5ca3b32ee4d44652f1 (diff) | |
parent | 37f461a2a4a5abfa49a392038465971114055bc6 (diff) |
Merge pull request #5 from rboissat/master
Adding a disclaimer to example config file and moving out some defaults.
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.php.example b/config.php.example index 13f7b33..a0191de 100644 --- a/config.php.example +++ b/config.php.example @@ -1,4 +1,9 @@ <?php +/* Main configuration file example. + * + * DO NOT EDIT NOR RENAME, please copy to 'config.php' and edit the new file! + * + */ // People to contact $config['contact']['name'] = 'Example Support'; |