Release new version 1.24.1
This commit is contained in:
@ -1,5 +1,14 @@
|
||||
Version 1.24.1 - Oct. 17, 2020
|
||||
Add Turkish translation
|
||||
Security hardening
|
||||
Fixed chrome flashing frames white on reload
|
||||
|
||||
Version 1.24 - May. 2, 2020
|
||||
Allow making file upload member-only
|
||||
Added required tag to captcha input
|
||||
Add Chinese translation
|
||||
Security hardening
|
||||
Fixed chrome flashing frames white on reload
|
||||
|
||||
Version 1.23.7 - Feb. 24, 2019
|
||||
Support V3 hidden services
|
||||
|
2
chat.php
2
chat.php
@ -4227,7 +4227,7 @@ function isPOST(){
|
||||
|
||||
function load_config(){
|
||||
mb_internal_encoding('UTF-8');
|
||||
define('VERSION', '1.24'); // Script version
|
||||
define('VERSION', '1.24.1'); // Script 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('ENCRYPTKEY_PASS', 'MY_SECRET_KEY'); // Recommended length: 32. Encryption key for messages
|
||||
|
Reference in New Issue
Block a user