From 7281ea21e61071899d105e36d9f86a6d112b5735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= <rdoursenaud@gpcsolutions.fr> Date: Thu, 23 Apr 2015 20:27:21 +0200 Subject: [PATCH] Qual: moved mobiledetect external library External libraries resides in the include directory --- htdocs/core/lib/functions.lib.php | 2 +- .../class => includes/mobiledetect}/mobiledetect.class.php | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename htdocs/{core/class => includes/mobiledetect}/mobiledetect.class.php (100%) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index dc4e8c9e081..78f08b50f55 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -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=''; diff --git a/htdocs/core/class/mobiledetect.class.php b/htdocs/includes/mobiledetect/mobiledetect.class.php similarity index 100% rename from htdocs/core/class/mobiledetect.class.php rename to htdocs/includes/mobiledetect/mobiledetect.class.php -- GitLab