mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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…
x
Reference in New Issue
Block a user