diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-10-02 21:57:51 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-10-02 21:58:42 +0200 |
commit | de1bfe9d6b50c37c6999ff652a31535b0a2faf41 (patch) | |
tree | 34d29b09716763f62cd1aa33b815450b6370bf1f /core/ajax/appconfig.php | |
parent | bb136b9adf021cb154ff05222d3439373312bbc5 (diff) | |
download | nextcloud-server-de1bfe9d6b50c37c6999ff652a31535b0a2faf41.tar.gz nextcloud-server-de1bfe9d6b50c37c6999ff652a31535b0a2faf41.zip |
Make the core ajax calls use the router
Diffstat (limited to 'core/ajax/appconfig.php')
-rw-r--r-- | core/ajax/appconfig.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ajax/appconfig.php b/core/ajax/appconfig.php index 1b43afa74fb..4f26dedc797 100644 --- a/core/ajax/appconfig.php +++ b/core/ajax/appconfig.php @@ -5,7 +5,6 @@ * See the COPYING-README file. */ -require_once "../../lib/base.php"; OC_Util::checkAdminUser(); OCP\JSON::callCheck(); |