mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Removed old API Key from Settings api.php now uses api_keys and a key is no longer generated upon setup, Also autogen an API key upon creation.
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_api_key = $row['config_api_key'];
|
||||
$config_aes_key = $row['config_aes_key']; //Legacy
|
||||
$config_base_url = $row['config_base_url'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user