stage #1

Merged
ThaMunsta merged 351 commits from stage into main 2025-11-10 14:37:21 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit be66a1690f - Show all commits

View File

@@ -9,7 +9,6 @@ if (file_exists("config.php")) {
header("Location: /user");
}
} else {
header("Location: setup");
header("Location: /setup");
exit();
}

View File

@@ -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)) { ?>