master
joey 2006-03-12 03:40:47 +00:00
parent a700922a70
commit f06317420d
1 changed files with 2 additions and 0 deletions

View File

@ -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");
}