From 864cbe9a1a1a22d58877bb1f9ea7b4098804d095 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Fri, 2 Jan 2015 23:15:35 +0000 Subject: [PATCH] Added option to disable footer in web interface --- html/index.php | 5 +++++ includes/defaults.inc.php | 2 ++ 2 files changed, 7 insertions(+) diff --git a/html/index.php b/html/index.php index 4268fe230..65d3d912f 100755 --- a/html/index.php +++ b/html/index.php @@ -291,6 +291,10 @@ if (is_array($pagetitle)) echo(""); } ?> + + diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index 433e34b34..5fbc91e39 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -585,4 +585,6 @@ $config['dateformat']['time'] = "H:i:s"; $config['enable_clear_discovery'] = 1;// Set this to 0 if you want to disable the web option to rediscover devices +$config['enable_footer'] = 1;// Set this to 0 if you want to disable the footer copyright in the web interface + ?>