aboutsummaryrefslogtreecommitdiffstats
path: root/settings/routes.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2014-02-19 17:56:12 +0100
committerLukas Reschke <lukas@statuscode.ch>2014-02-19 17:56:12 +0100
commit16262e3fd2c00475cc3b43a2684a45cc8ae70829 (patch)
treea069d23617a116d663094f85f6e11942a2628e3c /settings/routes.php
parent952584e9c782d196eb2bcd6df1e3ecdf21adcb55 (diff)
downloadnextcloud-server-16262e3fd2c00475cc3b43a2684a45cc8ae70829.tar.gz
nextcloud-server-16262e3fd2c00475cc3b43a2684a45cc8ae70829.zip
Move isadmin to template and rename it to oc_isadmin
Diffstat (limited to 'settings/routes.php')
-rw-r--r--settings/routes.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings/routes.php b/settings/routes.php
index 60f9d8e1001..895a9f5ccea 100644
--- a/settings/routes.php
+++ b/settings/routes.php
@@ -72,5 +72,3 @@ $this->create('settings_ajax_setloglevel', '/settings/ajax/setloglevel.php')
->actionInclude('settings/ajax/setloglevel.php');
$this->create('settings_ajax_setsecurity', '/settings/ajax/setsecurity.php')
->actionInclude('settings/ajax/setsecurity.php');
-$this->create('isadmin', '/settings/js/isadmin.js')
- ->actionInclude('settings/js/isadmin.php');