mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 03:19:05 +02:00
Added external link feature
This commit is contained in:
parent
935ce27a30
commit
71ccdb945d
@ -1213,6 +1213,11 @@ if ($searchPage) {
|
|||||||
$_GET[$key] = $param;
|
$_GET[$key] = $param;
|
||||||
}
|
}
|
||||||
break;
|
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'])) {
|
if (isset($_GET['sec2'])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user