Fixed path. Ticket #3364.

(cherry picked from commit d6b614199ab69f053e37d634af142c93e8a4ee69)
This commit is contained in:
Daniel Maya 2016-06-27 11:56:39 +02:00
parent 5b47b9a323
commit 4b84d63ef8

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