Revert "."

This reverts commit 997209ecf3.
This commit is contained in:
marian1010
2021-04-13 20:28:33 +02:00
parent 75e56e378f
commit 6d7795563e
5 changed files with 11 additions and 13 deletions

View File

@ -6,8 +6,6 @@
require_once('../panel_admin/panelAdmin.php');
$template = new Template();
if(isset($_SESSION["login"]) && $_SESSION["rol"] == "admin") $login = true;
if(isset($_REQUEST['state'])) {
$panel = new Panel($_REQUEST['state']);
}