use include_once

This commit is contained in:
JARNOUEN DE VILLARTAY Ulysse (SAFRAN AIRCRAFT ENGINES)
2026-04-08 16:36:35 +02:00
parent 09e55a2b28
commit 5dad311827
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<?php <?php
include './include/data.inc.php'; include_once './include/data.inc.php';
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="fr"> <html lang="fr">
+2 -2
View File
@@ -1,5 +1,5 @@
<?php <?php
include './include/favoris.inc.php'; include_once './include/favoris.inc.php';
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="fr"> <html lang="fr">
@@ -17,7 +17,7 @@ include './include/favoris.inc.php';
<body> <body>
<main> <main>
<h2> <h2>
Exercice 4 : Favoris Exercice 4 : Favoris
</h2> </h2>
<!-- À compléter --> <!-- À compléter -->
+1 -1
View File
@@ -1,5 +1,5 @@
<?php <?php
include './include/fonction.php'; include_once './include/fonction.php';
$alphabet = "@#!*^&azertyuiopqsdfghjkklmwxcvbnAZERTYUIOPLMKJHGFDSQWXCVBN1234567890"; $alphabet = "@#!*^&azertyuiopqsdfghjkklmwxcvbnAZERTYUIOPLMKJHGFDSQWXCVBN1234567890";
?> ?>
<!DOCTYPE html> <!DOCTYPE html>