From 930581ac3e526025989f45d713eaf3b0c07ba91b Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Wed, 20 Apr 2011 09:04:28 +0200 Subject: bugfix for config (was not loaded in polls) --- index.cgi | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'index.cgi') diff --git a/index.cgi b/index.cgi index 72e7f26..ddbdc0d 100755 --- a/index.cgi +++ b/index.cgi @@ -22,12 +22,7 @@ if __FILE__ == $0 -# if File.exists?("config.rb") - require "dudle" -# else -# puts "\nPlease configure me in the file config.rb" -# exit -# end +require "dudle" $d = Dudle.new -- cgit v1.2.3