summaryrefslogtreecommitdiffstats
path: root/settings/templates
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/templates
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/templates')
-rw-r--r--settings/templates/users.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings/templates/users.php b/settings/templates/users.php
index aabda0fac2f..937b40611b0 100644
--- a/settings/templates/users.php
+++ b/settings/templates/users.php
@@ -14,8 +14,6 @@ unset($items['admin']);
$_['subadmingroups'] = array_flip($items);
?>
-<script type="text/javascript" src="<?php print_unescaped(OC_Helper::linkToRoute('isadmin'));?>"></script>
-
<div id="controls">
<form id="newuser" autocomplete="off">
<input id="newusername" type="text" placeholder="<?php p($l->t('Login Name'))?>" /> <input