From c24a0a07cd0fd93f716d88ce783e1c3499bfe175 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Wed, 25 Nov 2009 19:52:51 +0100 Subject: help page added --- access_control.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'access_control.rb') 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 = {} -- cgit v1.2.3