Reconfigure Project deleting old configuration of React that was not working
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
if (!isset($_SESSION)) {
|
||||
session_start();
|
||||
}
|
||||
if (!isset($_SESSION['id'])) {
|
||||
die("Você não está Logado para acessar essa página");
|
||||
}
|
||||
Reference in New Issue
Block a user