open in new tab

This commit is contained in:
Adrien MALINGREY 2023-10-23 16:53:41 +02:00
parent 62d1719e73
commit b2f19b9646

View File

@ -28,7 +28,7 @@
if (count($cfgPaths)) {
$str .= "<ul>\n";
foreach ($cfgPaths as $conf) {
$str .= "<li><a href='vlans.php?switch=" . str_replace($basedir.'/', "", $conf) . "'>" . basename($conf) . "</a></li>\n";
$str .= "<li><a href='vlans.php?switch=" . str_replace($basedir.'/', "", $conf) . "' target='_blank'>" . basename($conf) . "</a></li>\n";
}
$str .= "</ul>\n";
}