remove debug message

This commit is contained in:
Georg Ehrke 2012-04-27 22:22:58 +02:00
parent 06e9ac8591
commit 3aedbc5f95
1 changed files with 0 additions and 1 deletions

View File

@ -435,7 +435,6 @@ class OC{
}
self::$REQUESTEDFILE = (isset($_GET['getfile'])?$_GET['getfile']:null);
if(substr_count(self::$REQUESTEDFILE, '?') != 0){
echo "WIN";
$file = substr(self::$REQUESTEDFILE, 0, strpos(self::$REQUESTEDFILE, '?'));
$param = substr(self::$REQUESTEDFILE, strpos(self::$REQUESTEDFILE, '?') + 1);
parse_str($param, $get);