mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +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:
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
|
||||
if(!isset($config_enable_setup) or $config_enable_setup == 1){
|
||||
header("Location: setup.php");
|
||||
}
|
||||
|
||||
session_start();
|
||||
|
||||
if(!$_SESSION['logged']){
|
||||
|
||||
Reference in New Issue
Block a user