summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-17 00:14:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-17 00:14:24 +0000
commit052492815fb5ddc17afa8fc188263e4a93b422ae (patch)
tree25860ff053d16f40e8ec8ccae3e6f561e9fb0d04 /usr/local/www/fbegin.inc
parent6b81195346e99de14eab051436983d34fa972559 (diff)
downloadpfsense-052492815fb5ddc17afa8fc188263e4a93b422ae.zip
pfsense-052492815fb5ddc17afa8fc188263e4a93b422ae.tar.gz
Honour the ext/$category/$FILENAME contents as the URL of the installed package.
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index d2faa1b..bf1617f 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=\"/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";
}
closedir($dh);
}
OpenPOWER on IntegriCloud