diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-21 21:25:38 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-21 21:25:38 +0100 |
commit | 3ed7d5d5215de51294cff53c0f9c30cfc2484a4f (patch) | |
tree | 7f990ac9dcad33655cd8847449ee08fdc3ebaf29 /settings/routes.php | |
parent | 39da6f816600d18ece6f7dd7b9e72ef90f83586e (diff) | |
download | nextcloud-server-3ed7d5d5215de51294cff53c0f9c30cfc2484a4f.tar.gz nextcloud-server-3ed7d5d5215de51294cff53c0f9c30cfc2484a4f.zip |
Move isadmin to external file
Diffstat (limited to 'settings/routes.php')
-rw-r--r-- | settings/routes.php | 2 |
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'); |