diff options
Diffstat (limited to 'status.php')
-rw-r--r-- | status.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/status.php b/status.php index 167d9ed6e06..e221b4f22c8 100644 --- a/status.php +++ b/status.php @@ -34,7 +34,6 @@ require_once __DIR__ . '/lib/versioncheck.php'; try { - require_once __DIR__ . '/lib/base.php'; $systemConfig = \OC::$server->getSystemConfig(); @@ -61,7 +60,6 @@ try { header('Content-Type: application/json'); echo json_encode($values); } - } catch (Exception $ex) { http_response_code(500); \OC::$server->getLogger()->logException($ex, ['app' => 'remote']); |