Skip to content
Snippets Groups Projects
Commit 3aedbc5f authored by Georg Ehrke's avatar Georg Ehrke
Browse files

remove debug message

parent 06e9ac85
No related branches found
No related tags found
No related merge requests found
...@@ -435,7 +435,6 @@ class OC{ ...@@ -435,7 +435,6 @@ class OC{
} }
self::$REQUESTEDFILE = (isset($_GET['getfile'])?$_GET['getfile']:null); self::$REQUESTEDFILE = (isset($_GET['getfile'])?$_GET['getfile']:null);
if(substr_count(self::$REQUESTEDFILE, '?') != 0){ if(substr_count(self::$REQUESTEDFILE, '?') != 0){
echo "WIN";
$file = substr(self::$REQUESTEDFILE, 0, strpos(self::$REQUESTEDFILE, '?')); $file = substr(self::$REQUESTEDFILE, 0, strpos(self::$REQUESTEDFILE, '?'));
$param = substr(self::$REQUESTEDFILE, strpos(self::$REQUESTEDFILE, '?') + 1); $param = substr(self::$REQUESTEDFILE, strpos(self::$REQUESTEDFILE, '?') + 1);
parse_str($param, $get); parse_str($param, $get);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment