Motorola razr v3
"Justin Cook" <[email protected]> Fri, 13 May 2005 21:07:34 +0400
| Newsgroups | gmane.comp.horde.mimp |
|---|---|
| Organization | OILspace, Inc. |
| Message-ID | <[email protected]> |
In order to work with composite auth and redirect to mimp I needed to add
the following to Browser.php
function match(...)
...
elseif (strpos($this->_agent, 'MOT-V3/') !== false) {
$this->setBrowser('motorola');
$this->setFeature('html', false);
$this->setFeature('javascript', false);
$this->setFeature('hdml');
$this->setFeature('wml');
$this->_mobile = true;
...
String sent is:
"MOT-V3/0E.40.57R MIB/2.2.1 Profile/MIDP-2.0 Configuration/CLDC-1.0"
Cheers,
Justin
--
mimp mailing list - Join the hunt: http://horde.org/bounties/#mimp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]