mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +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;
|
||||
}
|
||||
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
* It is used in conjunction with database_updates.php
|
||||
*/
|
||||
|
||||
DEFINE("LATEST_DATABASE_VERSION", "2.2.5");
|
||||
DEFINE("LATEST_DATABASE_VERSION", "2.2.6");
|
||||
|
||||
Reference in New Issue
Block a user