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>2013-01-22 00:25:38 +0400
committerLukas Reschke <lukas@statuscode.ch>2013-01-22 00:25:38 +0400
commit3ed7d5d5215de51294cff53c0f9c30cfc2484a4f (patch)
tree7f990ac9dcad33655cd8847449ee08fdc3ebaf29 /settings/routes.php
parent39da6f816600d18ece6f7dd7b9e72ef90f83586e (diff)
Move isadmin to external file
Diffstat (limited to 'settings/routes.php')
-rw-r--r--settings/routes.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/routes.php b/settings/routes.php
index 9b5bf809230..bac1f61fc50 100644
--- a/settings/routes.php
+++ b/settings/routes.php
@@ -60,3 +60,5 @@ $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');