diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-12-08 20:51:03 +0100 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-12-08 20:51:03 +0100 |
commit | c7861bc5ff03c1eb2b7e33d3f3a94d8a095650ab (patch) | |
tree | 240419aaa7ba0ca84878a664fea2468464d36567 /config.php.example | |
parent | 656261727b9354fa9ecb46382888873e6eceb3a3 (diff) |
Define more default values.
Some can be set to 'null' to avoid displaying some info.
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php.example b/config.php.example index f03e5e1..1126988 100644 --- a/config.php.example +++ b/config.php.example @@ -7,6 +7,7 @@ */ // People to contact +// Set both to null to not display any contact information $config['contact']['name'] = 'Example Support'; $config['contact']['mail'] = 'support@example.com'; @@ -17,6 +18,7 @@ $config['frontpage']['title'] = 'Looking Glass'; // Logo to display (remove it to not display any logo) $config['frontpage']['image'] = 'logo.png'; // Disclaimer to inform people using the looking glass +// Set it to null to not display a disclaimer $config['frontpage']['disclaimer'] = 'This is a disclaimer!'; // Things to remove from the output (PHP compatible regex) |