diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-07 21:22:10 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-07 21:22:10 +0000 |
commit | 90b7aa76dae8c8436f968d2cb47f25a1c52ef989 (patch) | |
tree | 0935b04c62c7a11c45de9457136bd3f567482586 | |
parent | a58f93ad0ba272bd839bcb3d2ce5378232a310ea (diff) | |
download | pfsense-90b7aa76dae8c8436f968d2cb47f25a1c52ef989.zip pfsense-90b7aa76dae8c8436f968d2cb47f25a1c52ef989.tar.gz |
No need to kill pfctl
-rwxr-xr-x | usr/local/www/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php index 0e7d260..cb7a425 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -247,7 +247,6 @@ While(!Connection_Aborted()) { if($counter > 120) { 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; } |