Qual: moved mobiledetect external library
External libraries resides in the include directory
This commit is contained in:
parent
6a9539b167
commit
7281ea21e6
@ -139,7 +139,7 @@ function getEntity($element=false, $shared=0)
|
|||||||
*/
|
*/
|
||||||
function getBrowserInfo($user_agent)
|
function getBrowserInfo($user_agent)
|
||||||
{
|
{
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/class/mobiledetect.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/includes/mobiledetect/mobiledetect.class.php';
|
||||||
|
|
||||||
$name='unknown';
|
$name='unknown';
|
||||||
$version='';
|
$version='';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user