summaryrefslogtreecommitdiffstats
path: root/settings/ajax/apps/ocs.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-09-29 18:08:54 +0200
committerBart Visscher <bartv@thisnet.nl>2012-10-02 18:00:23 +0200
commitbb136b9adf021cb154ff05222d3439373312bbc5 (patch)
treea6fccf936b0a40c7d48d55a23f4897b0332c3192 /settings/ajax/apps/ocs.php
parent210ea4d9d9a3488918c898beb6d6508c60686ad1 (diff)
downloadnextcloud-server-bb136b9adf021cb154ff05222d3439373312bbc5.tar.gz
nextcloud-server-bb136b9adf021cb154ff05222d3439373312bbc5.zip
Make the settings ajax calls use the router
Diffstat (limited to 'settings/ajax/apps/ocs.php')
-rw-r--r--settings/ajax/apps/ocs.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/settings/ajax/apps/ocs.php b/settings/ajax/apps/ocs.php
index fb78cc89248..4d6f1116e7d 100644
--- a/settings/ajax/apps/ocs.php
+++ b/settings/ajax/apps/ocs.php
@@ -6,9 +6,6 @@
* See the COPYING-README file.
*/
-// Init owncloud
-require_once '../../../lib/base.php';
-
OC_JSON::checkAdminUser();
$l = OC_L10N::get('settings');