Qual: moved mobiledetect external library

External libraries resides in the include directory
This commit is contained in:
Raphaël Doursenaud 2015-04-23 20:27:21 +02:00
parent 6a9539b167
commit 7281ea21e6
2 changed files with 1 additions and 1 deletions

View File

@ -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='';