summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-01 01:09:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-01 01:09:52 +0000
commit891075403dcfb118cfafea76e5f0c8d25c35113f (patch)
treea26b893ed8bef9fb0b946a0ca93e9c9ab9085dad
parent15d5221dd823a01dbb6b172be43fafc6dbc39929 (diff)
downloadpfsense-891075403dcfb118cfafea76e5f0c8d25c35113f.zip
pfsense-891075403dcfb118cfafea76e5f0c8d25c35113f.tar.gz
Hide privs section. It will not be making it into 1.3.
-rw-r--r--usr/local/www/system_usermanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_usermanager.php b/usr/local/www/system_usermanager.php
index 3e8133c..dd1d670 100644
--- a/usr/local/www/system_usermanager.php
+++ b/usr/local/www/system_usermanager.php
@@ -238,7 +238,7 @@ if (isSystemAdmin($HTTP_SERVER_VARS['AUTH_USER'])) {
<?=gettext("Indicates whether this is a system (aka non-deletable) user or a user created by a particular user.");?>
</td>
</tr>
- <?php if (isSystemAdmin($HTTP_SERVER_VARS['AUTH_USER'])): ?>
+ <?php if (isSystemAdmin($HTTP_SERVER_VARS['AUTH_USER']) and $not_now == true): ?>
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("User Privileges");?></td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud