diff options
author | Erik Kristensen <ekristen@pfsense.org> | 2005-07-18 00:30:12 +0000 |
---|---|---|
committer | Erik Kristensen <ekristen@pfsense.org> | 2005-07-18 00:30:12 +0000 |
commit | 3a07822237485381c8c8f7ba56ea071e2ca71b2c (patch) | |
tree | 47cf9c099f945375fbfd9a31c1f4aab841c4227e /usr/local/www/fbegin.inc | |
parent | 655fa5f62b1a3f618e9de9f9e9011dba374d43b9 (diff) | |
download | pfsense-3a07822237485381c8c8f7ba56ea071e2ca71b2c.zip pfsense-3a07822237485381c8c8f7ba56ea071e2ca71b2c.tar.gz |
moved the developers menu to the diagnostics menu
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-x | usr/local/www/fbegin.inc | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index 4929d18..a665a68 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -179,14 +179,6 @@ function showhide_black(tspan, tri) { <?php echo return_ext_menu("Status"); ?> </ul> </li> - <?php if(isset($config['system']['developer'])): ?> - <li class="drop"> - <div>Developers</div> - <ul class="subdrop"> - <li><a href="/restart_httpd.php" class="navlnk">Restart HTTPD</a></li> - </ul> - </li> - <?php endif ?> <li class="lastdrop"> <div>Diagnostics</div> <ul id="diag" class="subdrop"> @@ -199,6 +191,10 @@ function showhide_black(tspan, tri) { <li><a href="/reboot.php" class="navlnk">Reboot system</a></li> <li><a href="/diag_dump_states.php" class="navlnk">States</a></li> <?php echo return_ext_menu("Diagnostics"); ?> + <?php if(isset($config['system']['developer'])): ?> + <li><hr width="80%"/></li> + <li><a href="/restart_httpd.php" class="navlnk">Restart HTTPD</a></li> + <?php endif ?> </ul> </li> </ul> |