summaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki')
-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");
}