Small cleanup

This commit is contained in:
Bart Visscher 2012-07-25 18:00:03 +02:00
parent 5a0d476ab1
commit b3848581bf

View file

@ -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();