Skip to main content

Disable Horde Groupware 5.1.1

Comments

6 comments

  • cPanelMichael
    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
  • stanleyaung
    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
  • cPanelMichael
    Have you tried the alternate method listed in the thread linked from my last response? Thanks.
    0
  • stanleyaung
    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
  • cPanelMichael
    I am referring to this post: 715421 There is no reference to browser.php with this workaround. Thank you.
    0
  • stanleyaung
    Yes, I did that and tested, but it didn't work.
    0

Please sign in to leave a comment.