mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Modified the way the app detects setup mode, added an alerts setting page and other minor fixes and cleanups
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
//General Settings
|
||||
|
||||
$sql = mysqli_query($mysqli,"SELECT * FROM settings WHERE company_id = $session_company_id");
|
||||
$row = mysqli_fetch_array($sql);
|
||||
$sql_settings = mysqli_query($mysqli,"SELECT * FROM settings WHERE company_id = $session_company_id");
|
||||
$row = mysqli_fetch_array($sql_settings);
|
||||
|
||||
$config_start_page = $row['config_start_page'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user