From c7861bc5ff03c1eb2b7e33d3f3a94d8a095650ab Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Mon, 8 Dec 2014 20:51:03 +0100 Subject: Define more default values. Some can be set to 'null' to avoid displaying some info. --- config.php.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.php.example') 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) -- cgit v1.2.3