From 972f1a62c1b45f4bc3749c2a3a133bf50b3d5bac Mon Sep 17 00:00:00 2001 From: Aaron <44198148+whalehub@users.noreply.github.com> Date: Sun, 17 May 2020 14:14:44 +0200 Subject: [PATCH] Fix indentation in chat.php --- chat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.php b/chat.php index d5e5c25..b23b26e 100644 --- a/chat.php +++ b/chat.php @@ -4210,7 +4210,7 @@ function load_config(){ define('DBVERSION', 42); // Database layout version define('MSGENCRYPTED', false); // Store messages encrypted in the database to prevent other database users from reading them - true/false - visit the setup page after editing! define('ENCRYPTKEY_PASS', 'MY_SECRET_KEY'); // Recommended length: 32. Encryption key for messages - define('AES_IV_PASS', '012345678912'); // Recommended length: 12. AES Encryption IV + define('AES_IV_PASS', '012345678912'); // Recommended length: 12. AES Encryption IV define('DBHOST', 'localhost'); // Database host define('DBUSER', 'www-data'); // Database user define('DBPASS', 'YOUR_DB_PASS'); // Database password