From 93cd7554093ba5e15e7caf54a3d38e75c1f90412 Mon Sep 17 00:00:00 2001 From: Velveteen Date: Sun, 25 Feb 2024 13:40:34 -0600 Subject: [PATCH] Idiot --- config/config.php.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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