summaryrefslogtreecommitdiffstats
path: root/usr/local/www
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:33:37 -0500
commitbed993555a32b1ad6a2755ea33f022134146ba64 (patch)
treef2d3d699461912eeff6efd73009bbe22e4c2c699 /usr/local/www
parent980c1c6da3ec989c1cce72a9716ac56f912e4173 (diff)
downloadpfsense-bed993555a32b1ad6a2755ea33f022134146ba64.zip
pfsense-bed993555a32b1ad6a2755ea33f022134146ba64.tar.gz
Fix permission and certificate display for the admin user
Diffstat (limited to 'usr/local/www')
-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