mrploww
I believe you mean osTicket 1.18.x
, right? If so, then it's definitely in the _config
table. The key
will be force_https
; set this to an empty string (ie. ''
). This command works:
UPDATE `ost_config` SET `value` = '' WHERE `key` = 'force_https';
Cheers.