projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a700922
)
blah
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 12 Mar 2006 03:40:47 +0000
(
03:40
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 12 Mar 2006 03:40:47 +0000
(
03:40
+0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index 81bdf85b67ba8d301ec0956ede870d4d23f83e18..cfc963c120df53c0ec680bbe0fe51dfb0531eb5e 100755
(executable)
--- 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");
}