Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
5a509940
Commit
5a509940
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge pull request #2706 from GPCsolutions/mobiledetect
Mobiledetect
parents
a091158c
7281ea21
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
COPYRIGHT
+1
-0
1 addition, 0 deletions
COPYRIGHT
htdocs/core/lib/functions.lib.php
+1
-1
1 addition, 1 deletion
htdocs/core/lib/functions.lib.php
htdocs/includes/mobiledetect/mobiledetect.class.php
+0
-0
0 additions, 0 deletions
htdocs/includes/mobiledetect/mobiledetect.class.php
with
2 additions
and
1 deletion
COPYRIGHT
+
1
−
0
View file @
5a509940
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
htdocs/core/lib/functions.lib.php
+
1
−
1
View file @
5a509940
...
@@ -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
=
''
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/
core/class
/mobiledetect.class.php
→
htdocs/
includes/mobiledetect
/mobiledetect.class.php
+
0
−
0
View file @
5a509940
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment