Fix redirect path + add Dockerfile

This commit is contained in:
Athallah Ghathfan Aqila
2026-06-11 14:58:53 +07:00
parent 0f1c4e50a0
commit 15d823eb2a
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ function requireLogin() {
echo json_encode(['status' => 'error', 'message' => 'Sesi habis, silakan login kembali.']);
exit;
}
header('Location: /webgus_lama/uas/login.php');
header('Location: /login.php');
exit;
}
}