Skip to content
Snippets Groups Projects
Commit 5a509940 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #2706 from GPCsolutions/mobiledetect

Mobiledetect
parents a091158c 7281ea21
Branches
Tags
No related merge requests found
...@@ -17,6 +17,7 @@ ChromePHP 4.3.3 Apache Software License 2.0 Yes ...@@ -17,6 +17,7 @@ ChromePHP 4.3.3 Apache Software License 2.0 Yes
CKEditor 4.3.3 LGPL-2.1+ Yes Editor WYSIWYG CKEditor 4.3.3 LGPL-2.1+ Yes Editor WYSIWYG
FPDI 1.5.2 Apache Software License 2.0 Yes PDF templates management FPDI 1.5.2 Apache Software License 2.0 Yes PDF templates management
GeoIP 1.4 LGPL-2.1+ Yes Sample code to make geoip convert (not into deb package) GeoIP 1.4 LGPL-2.1+ Yes Sample code to make geoip convert (not into deb package)
Mobiledetect 2.8.3 MIT License Yes Detect mobile devices browsers
NuSoap 0.9.5 LGPL 2.1+ Yes Library to develop SOAP Web services (not into rpm and deb package) NuSoap 0.9.5 LGPL 2.1+ Yes Library to develop SOAP Web services (not into rpm and deb package)
PEAR Mail_MIME 1.8.9 BSD Yes NuSoap dependency PEAR Mail_MIME 1.8.9 BSD Yes NuSoap dependency
odtPHP 1.0.1 GPL-2+ b Yes Library to build/edit ODT files odtPHP 1.0.1 GPL-2+ b Yes Library to build/edit ODT files
......
...@@ -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