diff --git a/html/index.php b/html/index.php index db8b9807e..fd4e3d169 100755 --- a/html/index.php +++ b/html/index.php @@ -142,9 +142,6 @@ if (isset($config['page_title'])) { $config['page_title_prefix'] = $config['page -' . "\n"); } -?> @@ -340,6 +337,24 @@ if (is_array($sql_debug) && is_array($php_debug)) { } ?> - + type="text/javascript"> + $(document).ready(function() { + setInterval("refreshPage()", '. $refresh .'); + }); + + function refreshPage() { + location.reload(); + } + + '); + +} + +?> +