Skip to content
Snippets Groups Projects
Commit f091f4cf authored by Demian Katz's avatar Demian Katz
Browse files

Added MobileESP library.

parent 6d111ecd
No related merge requests found
......@@ -55,11 +55,8 @@ class Mobile
// Do the most exhaustive device detection possible; other method calls
// may be used instead of DetectMobileLong if you want to target a narrower
// class of devices.
/* TODO: implement this
$mobile = new uagent_info();
$mobile = new \uagent_info();
return $mobile->DetectMobileLong();
*/
return false;
}
/**
......
......@@ -4,4 +4,5 @@ $vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'uagent_info' => $vendorDir . '/mobileesp/mdetect.php'
);
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment