mirror of https://github.com/itflow-org/itflow
Fix setup redirect
This commit is contained in:
parent
e24ec04a75
commit
be66a1690f
|
|
@ -9,7 +9,6 @@ if (file_exists("config.php")) {
|
|||
header("Location: /user");
|
||||
}
|
||||
} else {
|
||||
header("Location: setup");
|
||||
header("Location: /setup");
|
||||
exit();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ $data = "otpauth://totp/ITFlow:$session_email?secret=$token";
|
|||
|
||||
</head>
|
||||
<body class="hold-transition login-page">
|
||||
<?php require_once "includes/inc_alert_feedback.php"; ?>
|
||||
<?php require_once "../includes/inc_alert_feedback.php"; ?>
|
||||
<div class="login-box">
|
||||
<div class="login-logo">
|
||||
<?php if (!empty($company_logo)) { ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue