mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Open package info link in new tab / window
This commit is contained in:
parent
44df08c27b
commit
ff4487c736
@ -182,7 +182,7 @@ include("head.inc");
|
||||
<?php
|
||||
if($index['pkginfolink']) {
|
||||
$pkginfolink = $index['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>";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user