mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Operation Cleanup Round 4 - Remove config_base_url from settings table in db. This should be in your config.php now, if this is not added this can break things
This commit is contained in:
@@ -4,9 +4,6 @@
|
||||
$sql_settings = mysqli_query($mysqli,"SELECT * FROM settings WHERE company_id = $session_company_id");
|
||||
$row = mysqli_fetch_array($sql_settings);
|
||||
|
||||
// General
|
||||
$config_base_url = $row['config_base_url'];
|
||||
|
||||
// Database version
|
||||
DEFINE("CURRENT_DATABASE_VERSION", $row['config_current_database_version']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user