From 1a3e5a5bb861f59cbcdede94a82f0984e97ea002 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Thu, 29 May 2014 14:28:48 +0200 Subject: Apache 2.4 configuration to avoid to access the config.php file. First import of the whole source code (quite monolithic for now). Update configuration example. --- 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 7666cb3..7355e92 100644 --- a/config.php.example +++ b/config.php.example @@ -6,6 +6,8 @@ $config['contact']['mail'] = 'support@example.com'; // Frontpage configuration +// CSS to use +$config['frontpage']['css'] = 'includes/style.css'; // Title of the page $config['frontpage']['title'] = 'Looking Glass'; // Logo to display -- cgit v1.2.3