2
0
forked from Wavyzz/dolibarr

Merge pull request #2706 from GPCsolutions/mobiledetect

Mobiledetect
This commit is contained in:
Laurent Destailleur
2015-04-24 21:22:56 +02:00
3 changed files with 2 additions and 1 deletions

View File

@@ -139,7 +139,7 @@ function getEntity($element=false, $shared=0)
*/
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';
$version='';