Fix indentation in chat.php

This commit is contained in:
Aaron
2020-05-17 14:14:44 +02:00
committed by GitHub
parent 43a6adfa1c
commit 972f1a62c1

View File

@ -4210,7 +4210,7 @@ function load_config(){
define('DBVERSION', 42); // Database layout version 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('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('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('DBHOST', 'localhost'); // Database host
define('DBUSER', 'www-data'); // Database user define('DBUSER', 'www-data'); // Database user
define('DBPASS', 'YOUR_DB_PASS'); // Database password define('DBPASS', 'YOUR_DB_PASS'); // Database password