mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-6501-home-screen-link-externo' into 'develop'
Added external link feature See merge request artica/pandorafms!3665
This commit is contained in:
commit
30915ea8f8
@ -1216,6 +1216,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…
x
Reference in New Issue
Block a user