updating PHP session Security
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user