mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Feature: Added Client URI field to Assets which is exposed in the client portal can be used for remote desktop links etc
This commit is contained in:
@@ -13,7 +13,7 @@ if (!isset($_SESSION)) {
|
||||
|
||||
// Check to see if setup is enabled
|
||||
if (!isset($config_enable_setup) || $config_enable_setup == 1) {
|
||||
header("Location: ../setup.php");
|
||||
header("Location: setup");
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user