mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
remove debug code in lib base
This commit is contained in:
parent
10eea3f464
commit
95c220a246
1 changed files with 0 additions and 1 deletions
|
|
@ -406,7 +406,6 @@ class OC{
|
|||
if(substr_count(self::$REQUESTEDFILE, '?') != 0){
|
||||
$file = substr(self::$REQUESTEDFILE, 0, strpos(self::$REQUESTEDFILE, '?'));
|
||||
$param = substr(self::$REQUESTEDFILE, strpos(self::$REQUESTEDFILE, '?') + 1);
|
||||
echo $param;
|
||||
parse_str($param, $get);
|
||||
$_GET = array_merge($_GET, $get);
|
||||
self::$REQUESTEDFILE = $file;
|
||||
|
|
|
|||
Loading…
Reference in a new issue