Fixed path. Ticket #3364.
This commit is contained in:
parent
a75e416b8c
commit
d6b614199a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue