aboutsummaryrefslogtreecommitdiff
path: root/access_control.rb
diff options
context:
space:
mode:
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 = {}