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:
@@ -8,10 +8,6 @@
|
||||
|
||||
<?php
|
||||
|
||||
if(!file_exists('config.php')){
|
||||
header("Location: setup.php");
|
||||
}
|
||||
|
||||
include("config.php");
|
||||
include("check_login.php");
|
||||
include("vendor/Parsedown.php");
|
||||
|
||||
Reference in New Issue
Block a user