Reconfigure Project deleting old configuration of React that was not working
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
if (!isset($_SESSION)) {
|
||||
session_start();
|
||||
}
|
||||
if (!isset($_SESSION['id'])) {
|
||||
} else {
|
||||
header("Location: ./dashboard.php");
|
||||
}
|
||||
Reference in New Issue
Block a user