mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
remove debug message
This commit is contained in:
parent
06e9ac8591
commit
3aedbc5f95
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue