Woops, redirec to index.cgi

This commit is contained in:
Scott Ullrich 2005-03-07 21:21:27 +00:00
parent df5eae58a1
commit a58f93ad0b

View File

@ -245,7 +245,7 @@ While(!Connection_Aborted()) {
*/
$counter++;
if($counter > 120) {
echo "Redirecting to <a href=\"status_queues.php\">Main Status</a>.<p>";
echo "Redirecting to <a href=\"index.php\">Main Status</a>.<p>";
echo "<meta http-equiv=\"refresh\" content=\"1;url=index.php\">";
mwexec("/usr/bin/killall -9 pfctl");
exit;