Extend meta refresh time to 600. 60 is way too short.

This commit is contained in:
Scott Ullrich 2006-04-10 18:21:09 +00:00
parent c6e4761cec
commit 3689b3b8ef

View File

@ -111,7 +111,7 @@ if(!isset($config['shaper']['enable'])) {
</form>
<br><a href="status_queues.php?reset=true">Reset</a> queues if they do not load.
<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['SCRIPT_NAME']; ?>">
<meta http-equiv="refresh" content="600;url=<?php print $_SERVER['SCRIPT_NAME']; ?>">
<?php include("fend.inc"); ?>
</body>