Add root Dockerfile, fix auth redirect for full deployment
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user