From ae9a531b0f4b548e582a1026d072dd088326c1d5 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Tue, 24 Nov 2009 16:16:02 +0100 Subject: access control interface changed completely --- index.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'index.cgi') diff --git a/index.cgi b/index.cgi index bcff626..a3556ad 100755 --- a/index.cgi +++ b/index.cgi @@ -67,6 +67,7 @@ if $cgi.include?("create_poll") escapedsite = SITEURL + CGI.escapeHTML(CGI.escape(SITE)) + "/edit_columns.cgi" escapedsite.gsub!("+"," ") $html.header["status"] = "REDIRECT" + $html.header["Cache-Control"] = "no-cache" $html.header["Location"] = escapedsite $html << "The poll was created successfully. The link to your new poll is:
#{escapedsite}" end -- cgit v1.2.3