From ae0d47554b5a8a0c0c5d8bab70e4334840edae89 Mon Sep 17 00:00:00 2001 From: Tom Schaefer Date: Sun, 21 Nov 2010 11:03:19 -0500 Subject: IP-Blocklist 3.0 fix for BETA2.0 and 1.2.3 --- config/ipblocklist/settings.tmp | 198 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 config/ipblocklist/settings.tmp (limited to 'config/ipblocklist/settings.tmp') diff --git a/config/ipblocklist/settings.tmp b/config/ipblocklist/settings.tmp new file mode 100644 index 00000000..37acc2a0 --- /dev/null +++ b/config/ipblocklist/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