dataset/seed/applicationservice/2022.03.08/roundcube/DEBUG.md
2022-03-08 19:42:28 +01:00

361 B

Debug ldap

sed -i "s/ldap_debug'] = false/ldap_debug'] = true/g" /etc/roundcubemail/config.inc.php

Debug redis

sed -i "s/$config['redis_debug'] = false;/$config['redis_debug'] = true;/g" /etc/roundcubemail/config.inc.php

Tous debugger

sed -i "s/_debug'] = false/_debug'] = true/g" /etc/roundcubemail/config.inc.php