Skip to content
Snippets Groups Projects
Commit 7281ea21 authored by Raphaël Doursenaud's avatar Raphaël Doursenaud
Browse files

Qual: moved mobiledetect external library

External libraries resides in the include directory
parent 6a9539b1
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ function getEntity($element=false, $shared=0) ...@@ -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='';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment