Added external link feature

This commit is contained in:
Jose Gonzalez 2020-11-27 12:54:28 +01:00
parent 935ce27a30
commit 71ccdb945d
1 changed files with 5 additions and 0 deletions
pandora_console

View File

@ -1213,6 +1213,11 @@ if ($searchPage) {
$_GET[$key] = $param;
}
break;
case 'External link':
$home_url = io_safe_output($home_url);
echo '<script type="text/javascript">document.location="'.$home_url.'"</script>';
break;
}
if (isset($_GET['sec2'])) {