summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-15 00:26:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-15 00:26:14 +0000
commit6483da5d985a1364fb73e637c9cb3bc449402761 (patch)
tree03dbefca3b2b700be8db6cb5b2f1cbc66d106c52 /usr/local/www/fbegin.inc
parent9bc598ab6b16b1da0afaf180ebc5a30ff2f19a8e (diff)
downloadpfsense-6483da5d985a1364fb73e637c9cb3bc449402761.zip
pfsense-6483da5d985a1364fb73e637c9cb3bc449402761.tar.gz
Add custom after add and after delete commands. Correct a bug where it shows the url instead of the name on the left.
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 259e184..d2faa1b 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -10,8 +10,8 @@
$fdt = fopen("{$g['www_path']}/ext/" . $section . "/" . $extd, "r");
$description = fread($fdt, 1024);
fclose($fdt);
- echo "<!-- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/pkg.php?xml=" . strtolower($extd) . ".xml\" class=\"navlnk\">" . $description . "</a><br> -->\n";
- $htmltext .= "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/pkg.php?xml=" . strtolower($extd) . ".xml\" class=\"navlnk\">" . $description . "</a><br>\n";
+ 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=\"/pkg.php?xml=" . strtolower($extd) . ".xml\" class=\"navlnk\">" . $extd . "</a><br>\n";
}
closedir($dh);
}
OpenPOWER on IntegriCloud