Script de sauvegarde/restauration

This commit is contained in:
noeraphanaud
2022-02-09 10:33:18 +01:00
parent b85cfcdf7e
commit 78b1b1923d
18 changed files with 25526 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
spl_autoload_register('chargerClasse');
function chargerClasse($classe){
require "include/".$classe.".php";
}