Disable Horde Groupware 5.1.1
Hi! Guys,
Anyone can help me to disable Horde Groupware 5.1.1 mobile mode, I'm really appreciate it. I could able to disable when I was using Horde old version. With new version, I couldn't find the coding. I've root access to my VPS host. Thanks in advance.
Stanley
-
Hello :) What method did you use to disable it in the past? This was discussed for the older version of Horde at: How to disable mobile Horde Have you tried any of those methods? Thank you. 0 -
With older version of Horde, I replaced the following code in usr\local\cpanel\base\horde\lib\Horde\Browser.php, and it worked. But Horde 5.1.1, I couldn't find browser.php function isMobile() { return $this->_mobile; }
[PHP] function isMobile() { return false; } [/PHP] [quote="cPanelMichael, post: 1632341">Hello :) What method did you use to disable it in the past? This was discussed for the older version of Horde at: How to disable mobile Horde Have you tried any of those methods? Thank you.0 -
Have you tried the alternate method listed in the thread linked from my last response? Thanks. 0 -
Hi! Yes, I tried with your alternative method which worked in my older version of Horder, but with newer version of Horder 5.1.1, I couldn't find browser.php in the folder that you mentioned. Where can I find it? Please help. [quote="cPanelMichael, post: 1658941">Have you tried the alternate method listed in the thread linked from my last response? Thanks. 0 -
I am referring to this post: 715421 There is no reference to browser.php with this workaround. Thank you. 0 -
Yes, I did that and tested, but it didn't work. 0
Please sign in to leave a comment.
Comments
6 comments