From 37f461a2a4a5abfa49a392038465971114055bc6 Mon Sep 17 00:00:00 2001 From: Romain Boissat rboissat Date: Tue, 5 Aug 2014 17:12:40 +0200 Subject: adding a disclaimer to example config file and moving out some defaults values that aren't :) --- config.php.example | 5 +++++ includes/config.defaults.php | 3 +-- 2 files changed, 6 insertions(+), 2 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 @@ array ( // CSS to use 'css' => 'css/style.css', - // Title of the page - 'title' => 'Looking Glass', + // Display the title 'show_title' => true, // Show visitor IP address 'show_visitor_ip' => true, -- cgit v1.2.3