1
0
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:
galaxyoyo
2019-09-05 19:07:41 +02:00
parent 39abeec4e6
commit d2a0d0fbec
22 changed files with 621 additions and 621 deletions

View File

@ -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();
}