mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Woops, redirec to index.cgi
This commit is contained in:
parent
df5eae58a1
commit
a58f93ad0b
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user