aboutsummaryrefslogtreecommitdiff
path: root/access_control.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-25 19:52:51 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-25 19:52:51 +0100
commitc24a0a07cd0fd93f716d88ce783e1c3499bfe175 (patch)
tree40f360b29cac54012604319fb92d06c72d882254 /access_control.rb
parentdd6562f05368466d3e4753c023b391d3a4d91175 (diff)
help page added
Diffstat (limited to 'access_control.rb')
-rwxr-xr-xaccess_control.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/access_control.rb b/access_control.rb
index c1aea8a..6080452 100755
--- a/access_control.rb
+++ b/access_control.rb
@@ -24,7 +24,6 @@ require "cgi"
if __FILE__ == $0
$cgi = CGI.new
-
olddir = File.expand_path(".")
Dir.chdir("..")
load "html.rb"
@@ -34,7 +33,7 @@ require "yaml"
Dir.chdir(olddir)
POLL = YAML::load_file("data.yaml").name
-$html = HTML.new("dudle - #{POLL} - Access Control Settings")
+$html = HTML.new("dudle - #{POLL} - Help")
$html.header["Cache-Control"] = "no-cache"
acusers = {}