@@ -307,6 +311,7 @@ echo(' Copyright © 2006-2012 by Adam Armstrong.');
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
+
?>