Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2014-02-19 20:56:12 +0400
committerLukas Reschke <lukas@statuscode.ch>2014-02-19 20:56:12 +0400
commit16262e3fd2c00475cc3b43a2684a45cc8ae70829 (patch)
treea069d23617a116d663094f85f6e11942a2628e3c /settings/routes.php
parent952584e9c782d196eb2bcd6df1e3ecdf21adcb55 (diff)
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');