master
joey 2006-03-11 02:03:09 +00:00
parent 0c7bcdaa29
commit f72cbd6afa
1 changed files with 1 additions and 0 deletions

View File

@ -610,6 +610,7 @@ sub cgi () {
$default_loc="$from/$page";
while (length $from) {
push @page_locs, "$from/$page";
$from=dirname($from);
}
push @page_locs, $page;
}