diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 03:40:47 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 03:40:47 +0000 |
commit | f06317420dfb5eba2814c1188b598d2cacb40384 (patch) | |
tree | 82a0329f64393a0ffb725c9a544528818a7e4e09 | |
parent | a700922a7000af4f3aead2f26f071131edf563b6 (diff) |
blah
-rwxr-xr-x | ikiwiki | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"); } |