summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-21 18:03:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-21 18:03:19 +0000
commitaf3939aa0ed651c7d39b6f536879c695f26cb585 (patch)
treeeb668e578f439641775b5bdab7a946715205722d /usr/local/www/fbegin.inc
parent0bb335f43c8456715656d321f7c4ecc07bc6ed74 (diff)
downloadpfsense-af3939aa0ed651c7d39b6f536879c695f26cb585.zip
pfsense-af3939aa0ed651c7d39b6f536879c695f26cb585.tar.gz
Allow packages to live under Diagnostics menu
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index bf1617f..1d41364 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -11,7 +11,7 @@
$description = fread($fdt, 1024);
fclose($fdt);
echo "<!-- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/pkg.php?xml=" . strtolower($extd) . ".xml\" class=\"navlnk\">" . $extd . "</a><br> -->\n";
- $htmltext .= "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"" . $fdt . "\" class=\"navlnk\">" . $extd . "</a><br>\n";
+ $htmltext .= "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"" . $description . "\" class=\"navlnk\">" . $extd . "</a><br>\n";
}
closedir($dh);
}
@@ -130,7 +130,7 @@ function showhide(tspan, tri) {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="/edit.php" class="navlnk">Edit File</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="/exec.php" class="navlnk">Command Prompt</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="/reboot.php" class="navlnk">Reboot system</a><br>
-
+ <?php echo return_ext_menu("Diagnostics"); ?>
</span>
</font></span>
</td>
OpenPOWER on IntegriCloud