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 + ?>