This commit is contained in:
Velveteen 2024-02-25 13:40:34 -06:00
parent c54241e0c3
commit 93cd755409

View file

@ -39,5 +39,5 @@ $database = [
'table' => 'moderation_log', 'table' => 'moderation_log',
// You should probably make a new read only user to read from the table // You should probably make a new read only user to read from the table
'user' => 'modlog', 'user' => 'modlog',
'pass' => '' 'password' => ''
]; ];