aboutsummaryrefslogtreecommitdiffstats
path: root/config/ipblocklist/purgeip.tmp
diff options
context:
space:
mode:
authorTom Schaefer <tom@tomschaefer.org>2010-12-06 12:02:29 -0500
committerTom Schaefer <tom@tomschaefer.org>2010-12-06 12:04:16 -0500
commit7ba42aa8f14fd2eb9e7e956ed7429591ab98ef91 (patch)
tree1b723417fa48409b0022a6b31399b7401b0a968c /config/ipblocklist/purgeip.tmp
parentf1bb4cef07fdeb29b5519f59041ae6e0e2bb4308 (diff)
downloadpfsense-packages-7ba42aa8f14fd2eb9e7e956ed7429591ab98ef91.tar.gz
pfsense-packages-7ba42aa8f14fd2eb9e7e956ed7429591ab98ef91.tar.bz2
pfsense-packages-7ba42aa8f14fd2eb9e7e956ed7429591ab98ef91.zip
prep for major filestructure re-do
Diffstat (limited to 'config/ipblocklist/purgeip.tmp')
-rw-r--r--config/ipblocklist/purgeip.tmp26
1 files changed, 0 insertions, 26 deletions
diff --git a/config/ipblocklist/purgeip.tmp b/config/ipblocklist/purgeip.tmp
deleted file mode 100644
index b577b8af..00000000
--- a/config/ipblocklist/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>