diff --git a/index.php b/index.php index 32a34ab..155e92b 100644 --- a/index.php +++ b/index.php @@ -43,7 +43,7 @@ if (isset($_SESSION['files']) - if ($r_imagedir === false || strpos($r_imagedir, $r_basedir . DIRECTORY_SEPARATOR) !== 0) { + if ($r_imagedir === false || strpos(Helpers::end_dir($r_imagedir), $r_basedir.DIRECTORY_SEPARATOR) !== 0) { print_r($r_basedir); print_r($r_imagedir);