This commit is contained in:
jakani24
2024-01-20 09:30:26 +01:00
parent 3469e188ae
commit df9ed5e17c
11 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
<?php
session_start();
if(isset($_SESSION["login"])){
header("LOCATION:/system/secure_zone/php/index.php");
}
?>
<!DOCTYPE html>
<html lang="en">