diff --git a/pandora_console/index.php b/pandora_console/index.php
index db56149d12..32db58241a 100755
--- a/pandora_console/index.php
+++ b/pandora_console/index.php
@@ -1393,7 +1393,11 @@ if ($searchPage) {
case 'External link':
$home_url = io_safe_output($home_url);
- echo '';
+ if (strlen($home_url) !== 0) {
+ echo '';
+ } else {
+ $_GET['sec2'] = 'general/logon_ok';
+ }
break;
}