diff options
Diffstat (limited to 'config/ipblocklist/8/purgeip.tmp')
-rwxr-xr-x | config/ipblocklist/8/purgeip.tmp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/config/ipblocklist/8/purgeip.tmp b/config/ipblocklist/8/purgeip.tmp deleted file mode 100755 index b577b8af..00000000 --- a/config/ipblocklist/8/purgeip.tmp +++ /dev/null @@ -1,26 +0,0 @@ -<?php -$line = $_GET["line"]; - -//echo("$line"); -//exec("more ips.ipfw > temp_ips.ipfw"); -if ($line == 0) { - exec("rm wlists.txt"); - } else { - exec("sed $line'd' wlists.txt > temp_wlists.txt"); - } -exec("more temp_wlists.txt > wlists.txt"); -exec("rm temp_wlists.txt"); - - -?> -<html> -<HEAD> -<SCRIPT language="JavaScript"> -<!-- -window.parent.location="ipblocklist.php"; -//--> -</SCRIPT> -</HEAD> - - -</html> |