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