security patch didnt work

This commit is contained in:
daeks
2013-12-10 21:16:13 +01:00
parent 24d3b5dfde
commit e9ae385075

View File

@@ -36,7 +36,7 @@
// Security Check
//////////////////////////////////////////////////////////////////
if (strpos($_GET['path'],$_SESSION['project']) != 0) {
if (strpos($_GET['path'],$_SESSION['project']) !== 0) {
die('{"status":"error","message":"Invalid Path"}');
}