Commit inicial

This commit is contained in:
2024-08-02 12:02:25 -06:00
commit ff7d678844
267 changed files with 101936 additions and 0 deletions

5
salir.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
require_once 'class/c_login.php';
// DESTROY SESSION
Login::log_out();
header("Location: .");