mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-24 10:28:47 +02:00
Modification mineure
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
include 'config.php';
|
||||
require_once 'config.php';
|
||||
|
||||
?>
|
||||
|
||||
<?php include "header.php" ?>
|
||||
<?php require_once "header.php" ?>
|
||||
|
||||
<div class="container-fluid">
|
||||
|
||||
@ -111,4 +111,4 @@ include 'config.php';
|
||||
|
||||
</div>
|
||||
|
||||
<?php include "footer.php" ?>
|
||||
<?php require_once "footer.php" ?>
|
Reference in New Issue
Block a user