remove explicit absolute test

file_pruned now tests for that
master
Joey Hess 2010-04-20 13:59:17 -04:00
parent 5d3f787729
commit 230a8b22a4
1 changed files with 0 additions and 1 deletions

View File

@ -221,7 +221,6 @@ sub cgi_editpage ($$) {
if (! defined $from || ! length $from ||
$from ne $form->field('from') ||
file_pruned($from) ||
$from=~/^\// ||
$absolute ||
$form->submitted) {
@page_locs=$best_loc=$page;