summaryrefslogtreecommitdiff
path: root/index.cgi
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-11-22 10:45:29 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-11-22 10:45:29 +0000
commit2b832c5fd6b8bec537ef66783e5499c44fe00851 (patch)
tree44a87c7e706feb07408ed6f0c23936649b190bdc /index.cgi
parent0d0054af629403ce3c5257d49180b7401de43f4e (diff)
remove hardcoded script name in post form
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.cgi b/index.cgi
index 6d7adef..d23a588 100755
--- a/index.cgi
+++ b/index.cgi
@@ -86,6 +86,7 @@ sub output_article {
my $tagcloud = get_tag_cloud();
my @status = ();
+ $template->param( script_name => $cgi->script_name() );
$template->param( archives => $archives );
$template->param( tagcloud => $tagcloud );
$template->param( theme => $blog_theme );