summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/ocs.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ocs.php b/lib/ocs.php
index 61df38d2dbb..d7a7951fab5 100644
--- a/lib/ocs.php
+++ b/lib/ocs.php
@@ -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();