fix copy&paste bug from previous commit

This commit is contained in:
Björn Schießle 2012-10-24 13:10:30 +02:00
parent 1d200c554f
commit a9a27306de
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ if (isset($_GET['file']) || isset($_GET['dir'])) {
$dir = $baseDir;
} else {
$type = 'file';
$path = $_GET['dir'];
$path = $_GET['file'];
if(strlen($path)>1 and substr($path, -1, 1)==='/') {
$path=substr($path, 0, -1);
}