diff --git a/config/config.php.example b/config/config.php.example index 0693779..e86b643 100644 --- a/config/config.php.example +++ b/config/config.php.example @@ -39,5 +39,5 @@ $database = [ 'table' => 'moderation_log', // You should probably make a new read only user to read from the table 'user' => 'modlog', - 'pass' => '' + 'password' => '' ]; \ No newline at end of file