ajout projet cms elyes

This commit is contained in:
elyes
2025-11-03 00:39:36 +01:00
parent a1f7262e89
commit daa719eac7
25 changed files with 924 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?php
require_once __DIR__ . '/../inc/functions.php';
session_destroy();
header('Location: /public/index.php');
exit;