summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2007-04-13 03:26:35 +0000
committerBill Marquette <billm@pfsense.org>2007-04-13 03:26:35 +0000
commitfab7ff44cbc8d2faf0d0a270d8edb8d65807557e (patch)
treee6dcf342fb2e18d8de67ed7ed9589519d4c64ec3 /usr/local/www/fbegin.inc
parent6d838c8378006c84402993ab631c1b9947fc41a3 (diff)
downloadpfsense-fab7ff44cbc8d2faf0d0a270d8edb8d65807557e.zip
pfsense-fab7ff44cbc8d2faf0d0a270d8edb8d65807557e.tar.gz
Backport usermanager code from HEAD so I can get it in the snaps and
start testing it properly There's still some CSS/HTML fixes needed but the code seems to work
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index dc8f5bd..d4d4674 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -122,11 +122,13 @@ require_once("notices.inc");
<li><a href="/system_advanced.php" class="navlnk">Advanced</a></li>
<li><a href="/system_firmware.php" class="navlnk">Firmware</a></li>
<li><a href="/system.php" class="navlnk">General Setup</a></li>
+ <li><a href="/index.php?logout" class="navlnk">Logout</a></li>
<?php if($g['platform'] == "pfSense"): ?>
<li><a href="/pkg_mgr.php" class="navlnk">Packages</a></li>
<?php endif; ?>
<li><a href="/wizard.php?xml=setup_wizard.xml" class="navlnk">Setup wizard</a></li>
<li><a href="/system_routes.php" class="navlnk">Static routes</a></li>
+ <li><a href="/system_usermanager.php" class="navlnk">User Manager</a></li>
</ul>
</li>
<li class="drop">
@@ -280,4 +282,4 @@ require_once("notices.inc");
echo "</div>";
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud