correction-ulysse #2

Merged
Ulysse JARNOUEN DE VILLARTAY merged 15 commits from jarnouen/web_2025:correction-ulysse into main 2026-04-15 15:34:47 +02:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 5dad311827 - Show all commits
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
include './include/data.inc.php';
include_once './include/data.inc.php';
?>
<!DOCTYPE html>
<html lang="fr">
+2 -2
View File
@@ -1,5 +1,5 @@
<?php
include './include/favoris.inc.php';
include_once './include/favoris.inc.php';
?>
<!DOCTYPE html>
<html lang="fr">
@@ -17,7 +17,7 @@ include './include/favoris.inc.php';
<body>
<main>
<h2>
Exercice 4 : Favoris
Exercice 4 : Favoris
</h2>
<!-- À compléter -->
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
include './include/fonction.php';
include_once './include/fonction.php';
$alphabet = "@#!*^&azertyuiopqsdfghjkklmwxcvbnAZERTYUIOPLMKJHGFDSQWXCVBN1234567890";
?>
<!DOCTYPE html>