aboutsummaryrefslogtreecommitdiff
path: root/delete_poll.rb
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdelete_poll.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/delete_poll.rb b/delete_poll.rb
index 6f47301..059a941 100755
--- a/delete_poll.rb
+++ b/delete_poll.rb
@@ -40,7 +40,7 @@ if $cgi.include?("confirmnumber")
if $cgi.include?("return")
$d.html.header["status"] = "REDIRECT"
$d.html.header["Cache-Control"] = "no-cache"
- $d.html.header["Location"] = SITEURL + $cgi["return"]
+ $d.html.header["Location"] = $conf.siteurl + $cgi["return"]
$d.out
exit
end