dataset/seed/roundcube/DEBUG.md
2022-07-01 22:10:33 +02:00

458 B

Supprimer oauth

sed -i "s/'generic'/null/g" /etc/roundcubemail/config.inc.php

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