Correction d'un petit bug

This commit is contained in:
galaxyoyo 2019-09-06 12:27:23 +02:00
parent 9c62d676e9
commit 8e2ad0d15b
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?php
require_once_once "config.php";
require_once_once "header.php";
require_once "config.php";
require_once "header.php";
http_response_code(403);

View File

@ -1,7 +1,7 @@
<?php
require_once_once "config.php";
require_once_once "header.php";
require_once "config.php";
require_once "header.php";
http_response_code(404);