updating PHP session Security

This commit is contained in:
2026-03-03 08:34:46 +00:00
parent 05b56b66e8
commit f7f139ca72
11 changed files with 25 additions and 9 deletions

View File

@@ -1,4 +1,7 @@
<?php
$UniqueSession = false;
require("Hidden/Security/StartSession.php");
if(isset($_GET['desktop'])) $_SESSION['desktop'] = $_GET['desktop'];
if(isset($_GET['fullscreen']) && $_GET['fullscreen']){
$Page = "Forum";