mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-01 00:01:26 +02:00
Modification mineure
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
include "config.php";
|
||||
require_once "config.php";
|
||||
|
||||
if (!isset($_GET["file_id"])) {
|
||||
header("Location: $URL_BASE");
|
||||
@ -54,7 +54,7 @@ if ($data !== false) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
include_once "404.php";
|
||||
require_once_once "404.php";
|
||||
http_response_code(404);
|
||||
exit();
|
||||
}
|
||||
|
Reference in New Issue
Block a user