diff --git a/index.php b/index.php index ac2e1c1..32a34ab 100644 --- a/index.php +++ b/index.php @@ -43,8 +43,9 @@ if (isset($_SESSION['files']) - if ($r_imagedir === false || strcmp($r_imagedir, $r_basedir . DIRECTORY_SEPARATOR) !== 0) { + if ($r_imagedir === false || strpos($r_imagedir, $r_basedir . DIRECTORY_SEPARATOR) !== 0) { print_r($r_basedir); + print_r($r_imagedir); print "Path Traversal Detected!"; exit();