mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Small cleanup
This commit is contained in:
parent
5a0d476ab1
commit
b3848581bf
1 changed files with 0 additions and 2 deletions
|
|
@ -90,8 +90,6 @@ class OC_OCS {
|
|||
exit();
|
||||
}
|
||||
|
||||
// preprocess url
|
||||
$url = strtolower($_SERVER['REQUEST_URI']);
|
||||
$format = self::readData($method, 'format', 'text', '');
|
||||
|
||||
$router = new OC_Router();
|
||||
|
|
|
|||
Loading…
Reference in a new issue