summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-12 03:40:47 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-12 03:40:47 +0000
commitf06317420dfb5eba2814c1188b598d2cacb40384 (patch)
tree82a0329f64393a0ffb725c9a544528818a7e4e09
parenta700922a7000af4f3aead2f26f071131edf563b6 (diff)
blah
-rwxr-xr-xikiwiki2
1 files changed, 2 insertions, 0 deletions
diff --git a/ikiwiki b/ikiwiki
index 81bdf85b6..cfc963c12 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -940,6 +940,8 @@ usage() unless @ARGV == 3;
($templatedir) = possibly_foolish_untaint(shift);
($destdir) = possibly_foolish_untaint(shift);
+print cgi_recentchanges();
+
if ($cgi && ! length $url) {
error("Must specify url to wiki with --url when using --cgi");
}