summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-01-06 13:30:24 -0500
committerjim-p <jimp@pfsense.org>2012-01-06 13:30:24 -0500
commitff9eda9d9a0d13393ea18f1ae2c825d3d60fc142 (patch)
treea864d8aa42687e5617857320251ccd85a7c565da /usr/local/www/system_usermanager.php
parent8ec0a8bc10c094151be41024c6fbea3defeb5a48 (diff)
downloadpfsense-ff9eda9d9a0d13393ea18f1ae2c825d3d60fc142.zip
pfsense-ff9eda9d9a0d13393ea18f1ae2c825d3d60fc142.tar.gz
Fix permission and certificate display for the admin user
Diffstat (limited to 'usr/local/www/system_usermanager.php')
-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 ea26726..07a0241 100644
--- a/usr/local/www/system_usermanager.php
+++ b/usr/local/www/system_usermanager.php
@@ -566,7 +566,7 @@ function sshkeyClicked(obj) {
</td>
</tr>
- <?php if ($pconfig['uid']): ?>
+ <?php if (isset($pconfig['uid'])): ?>
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Effective Privileges");?></td>
OpenPOWER on IntegriCloud