Fixed path. Ticket #3364.

This commit is contained in:
Daniel Maya 2016-06-27 11:56:39 +02:00
parent a75e416b8c
commit d6b614199a
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ enterprise_include ('index.php');
echo '<script type="text/javascript">';
echo 'var dispositivo = navigator.userAgent.toLowerCase();';
echo 'if( dispositivo.search(/iphone|ipod|ipad|android/) > -1 ){';
echo 'document.location = "/pandora_console/mobile"; }';
echo 'document.location = "'. $config["homeurl"] .'mobile"; }';
echo '</script>';
// This tag is included in the buffer passed to ui_process_page_head so