Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 9b76091

Browse files
committed
Change 404 location
Signed-off-by: Carlgo11 <[email protected]>
1 parent 612cb6d commit 9b76091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function getCURL(string $id, string $password) {
1616

1717
function return404() {
1818
header($_SERVER['SERVER_PROTOCOL'] . " 404 File Not Found");
19-
header('Location: https://tempfiles.carlgo11.com/download-404');
19+
header('Location: https://tempfiles.carlgo11.com/download/?404=1');
2020
exit;
2121
}
2222

0 commit comments

Comments
 (0)