summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-02-10 18:04:46 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-02-10 18:04:46 -0500
commit44df08c27b442a9069b90aa49271725e4303ea6f (patch)
tree09d1a19dbe4d26e41ab638fca2676fae61816ec6 /usr/local/www/pkg_mgr_installed.php
parent38a9a1abb645cdfb8296cfb4a582ee58e8a71ae7 (diff)
downloadpfsense-44df08c27b442a9069b90aa49271725e4303ea6f.zip
pfsense-44df08c27b442a9069b90aa49271725e4303ea6f.tar.gz
Open Package info link in a new tab / window
Diffstat (limited to 'usr/local/www/pkg_mgr_installed.php')
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php
index 0452d56..ff88e9f 100755
--- a/usr/local/www/pkg_mgr_installed.php
+++ b/usr/local/www/pkg_mgr_installed.php
@@ -130,7 +130,7 @@ include("head.inc");
<?php
if($currentvers[$pkg['name']]['pkginfolink']) {
$pkginfolink = $currentvers[$pkg['name']]['pkginfolink'];
- echo "<a href='$pkginfolink'>Package Info</a>";
+ echo "<a target='_new' href='$pkginfolink'>Package Info</a>";
} else {
echo "No info, check the <a href='http://forum.pfsense.org/index.php/board,15.0.html'>forum</a>";
}
OpenPOWER on IntegriCloud