aboutsummaryrefslogtreecommitdiff
path: root/access_control.rb
diff options
context:
space:
mode:
Diffstat (limited to 'access_control.rb')
-rwxr-xr-xaccess_control.rb9
1 files changed, 8 insertions, 1 deletions
diff --git a/access_control.rb b/access_control.rb
index c50f08a..fb00673 100755
--- a/access_control.rb
+++ b/access_control.rb
@@ -25,7 +25,14 @@ if __FILE__ == $0
$cgi = CGI.new
-load "../html.rb"
+olddir = File.expand_path(".")
+Dir.chdir("..")
+load "html.rb"
+load "config.rb"
+Dir.chdir(olddir)
+
+
+
acusers = {}