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 :) --- includes/config.defaults.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/config.defaults.php b/includes/config.defaults.php index b58a650..60d783b 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -6,8 +6,7 @@ $config = array ( 'frontpage' => 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