aboutsummaryrefslogtreecommitdiff
path: root/access_control.rb
diff options
context:
space:
mode:
Diffstat (limited to 'access_control.rb')
-rwxr-xr-xaccess_control.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/access_control.rb b/access_control.rb
index a40ad43..dfe3381 100755
--- a/access_control.rb
+++ b/access_control.rb
@@ -162,8 +162,9 @@ if $cgi.include?("ac_user")
end
end
-unless $d.html.header["status"] == "REDIRECT"
+$d.wizzard_redirect
+if $d.html.header["status"] != "REDIRECT"
$d.html << "<h2>Change Access Control Settings</h2>"
@@ -221,5 +222,5 @@ AC
end
-$d.out($cgi)
+$d.out
end