06-04-2024

This commit is contained in:
2024-04-06 11:55:24 +02:00
parent f7c5cf7d47
commit 3d22f9c5d8
550 changed files with 27249 additions and 2537 deletions

8
close.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
session_start();
//session_destroy ();
$_SESSION['query'] = "";
$_SESSION['all'] = "";
echo "<a href='index.php'> home </a> - <a href='view_bdd.php'> view bdd </a>"
?>