Added external link feature
This commit is contained in:
parent
935ce27a30
commit
71ccdb945d
pandora_console
|
@ -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'])) {
|
||||
|
|
Loading…
Reference in New Issue