master
joey 2006-03-12 03:41:58 +00:00
parent f06317420d
commit 344653e4f8
1 changed files with 1 additions and 3 deletions

View File

@ -669,7 +669,7 @@ sub cgi_recentchanges () { #{{{
wikiname => $wikiname,
changelog => [rcs_recentchanges(100)],
);
return $template->output;
print $template->output;
} #}}}
sub cgi_signin ($$) { #{{{
@ -940,8 +940,6 @@ 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");
}