mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-08 07:30:20 +02:00
Modification mineure
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
include 'config.php';
|
||||
require_once 'config.php';
|
||||
|
||||
$token = $_GET["token"];
|
||||
|
||||
@ -19,8 +19,8 @@ else {
|
||||
|
||||
?>
|
||||
|
||||
<?php include "header.php" ?>
|
||||
<?php require_once "header.php" ?>
|
||||
|
||||
<h2><?php echo $error_message ?></h2>
|
||||
|
||||
<?php include "footer.php" ?>
|
||||
<?php require_once "footer.php" ?>
|
Reference in New Issue
Block a user