Disable Horde Groupware 5.1.1

stanleyaung

Member
Apr 28, 2014
5
0
1
cPanel Access Level
Root Administrator
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
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
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.
 

stanleyaung

Member
Apr 28, 2014
5
0
1
cPanel Access Level
Root Administrator
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

Code:
    function isMobile()
    {
        return $this->_mobile;
    }
PHP:
function isMobile()
    {
	return false;
    }
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.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Have you tried the alternate method listed in the thread linked from my last response?

Thanks.
 

stanleyaung

Member
Apr 28, 2014
5
0
1
cPanel Access Level
Root Administrator
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.



Have you tried the alternate method listed in the thread linked from my last response?

Thanks.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
I am referring to this post:

715421

There is no reference to browser.php with this workaround.

Thank you.