From d991ac6445249d0786711dca1210ae08b1ad7a82 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Tue, 24 Nov 2009 12:00:04 +0100 Subject: added invite participant tab template --- access_control.rb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'access_control.rb') 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 = {} -- cgit v1.2.3