mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Removed Legacy AES Password conversion and old AES key from database
This commit is contained in:
@@ -5,7 +5,6 @@ $sql_settings = mysqli_query($mysqli,"SELECT * FROM settings WHERE company_id =
|
||||
$row = mysqli_fetch_array($sql_settings);
|
||||
|
||||
//General
|
||||
$config_aes_key = $row['config_aes_key']; //Legacy
|
||||
$config_base_url = $row['config_base_url'];
|
||||
|
||||
//Mail
|
||||
|
||||
Reference in New Issue
Block a user