Reconfigure Project deleting old configuration of React that was not working

This commit is contained in:
2026-03-23 20:01:45 -03:00
parent ca16fae163
commit b8aa073c24
95 changed files with 5797 additions and 5684 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
if (!isset($_SESSION)) {
session_start();
}
if (!isset($_SESSION['id'])) {
} else {
header("Location: ./dashboard.php");
}