From e6a67ab642563f5122d8a661977740c1ea8749b7 Mon Sep 17 00:00:00 2001 From: Tom Schaefer Date: Mon, 6 Dec 2010 12:20:00 -0500 Subject: ipblocklist 3.0.1 update with new file structure --- config/ipblocklist/7/settings.tmp | 198 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100755 config/ipblocklist/7/settings.tmp (limited to 'config/ipblocklist/7/settings.tmp') diff --git a/config/ipblocklist/7/settings.tmp b/config/ipblocklist/7/settings.tmp new file mode 100755 index 00000000..e27d22ac --- /dev/null +++ b/config/ipblocklist/7/settings.tmp @@ -0,0 +1,198 @@ + + + + + +
+ + +
+ + +

+ + + + + +
+ + +
+
+ + + + + + + + + + + + + +
Settings
+ +"; + exec("touch OUTBOUND"); + } + else + { + $output2 = " and Outbound access is ALLOWED."; + exec("rm OUTBOUND"); + } + + if(isset($_POST['formlogging'])) + { + exec("touch logging"); + } + else + { + exec("rm logging"); + } + + + + + } +conf_mount_ro(); +?> + + + + + + + + + + + + +
+ + + + +
+

+ Warning! No Interfaces Selected Click if"; + } + + ?> +

+ + +

+ Block outbound? +"; + } else { + echo ""; + } +?> + +
+ Enable Logging?  +"; + } else { + echo ""; + } +?> +
+ + + + + + + + +

+ +
+ + + + +"; +?> + +
+
+
+
+

+

+

+
+ + + + + -- cgit v1.2.3