Add root Dockerfile, fix auth redirect for full deployment

This commit is contained in:
Athallah Ghathfan Aqila
2026-06-11 18:12:16 +07:00
parent 2c78a3d5b2
commit f4bdee474d
2 changed files with 24 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: /login.php');
header('Location: /uas/login.php');
exit;
}
}