inicio
This commit is contained in:
2025-05-05 11:03:01 -06:00
commit c73e3f2327
185 changed files with 17573 additions and 0 deletions

4
app/helpers/session.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
if (session_status() === PHP_SESSION_NONE) {
session_start();
}