mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Fixed path. Ticket #3364.
(cherry picked from commit d6b614199ab69f053e37d634af142c93e8a4ee69)
This commit is contained in:
parent
5b47b9a323
commit
4b84d63ef8
@ -147,7 +147,7 @@ enterprise_include ('index.php');
|
|||||||
echo '<script type="text/javascript">';
|
echo '<script type="text/javascript">';
|
||||||
echo 'var dispositivo = navigator.userAgent.toLowerCase();';
|
echo 'var dispositivo = navigator.userAgent.toLowerCase();';
|
||||||
echo 'if( dispositivo.search(/iphone|ipod|ipad|android/) > -1 ){';
|
echo 'if( dispositivo.search(/iphone|ipod|ipad|android/) > -1 ){';
|
||||||
echo 'document.location = "/pandora_console/mobile"; }';
|
echo 'document.location = "'. $config["homeurl"] .'mobile"; }';
|
||||||
echo '</script>';
|
echo '</script>';
|
||||||
|
|
||||||
// This tag is included in the buffer passed to ui_process_page_head so
|
// This tag is included in the buffer passed to ui_process_page_head so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user