Tidy about page

- Restore previous Apache/PHP/MySQL/RRDtool versions
- Reorder and clean up headers
- Turn off ugly page generation stats by default
This commit is contained in:
Paul Gear
2013-11-05 10:23:15 +10:00
parent a9454bd8f8
commit 438aa30bd9
3 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ $config['front_page'] = "pages/front/default.php";
$config['page_title_prefix'] = "";
$config['page_title_suffix'] = $config['project_name'];
$config['timestamp_format'] = 'd-m-Y H:i:s';
$config['page_gen'] = 1;
$config['page_gen'] = 0; # display MySqL & PHP stats in footer?
$config['web_header'] = "header.inc.php"; # in html/includes
$config['login_message'] = "Unauthorised access or use shall render the user liable to criminal and/or civil prosecution.";