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,5 +1,6 @@
<?php <?php
session_start(); $UniqueSession = false;
require("Hidden/Security/StartSession.php");
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">

View File

@@ -1 +1 @@
<!DOCTYPE html> <!DOCTYPE html>

View File

@@ -1,5 +1,6 @@
<?php <?php
session_start(); $UniqueSession = false;
require("Hidden/Security/StartSession.php");
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">

View File

@@ -1,5 +1,6 @@
<?php <?php
session_start(); $UniqueSession = false;
require("Hidden/Security/StartSession.php");
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">

View File

@@ -1,5 +1,6 @@
<?php <?php
session_start(); $UniqueSession = false;
require("Hidden/Security/StartSession.php");
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">

View File

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

View File

@@ -1,5 +1,6 @@
<?php <?php
session_start(); $UniqueSession = false;
require("../Hidden/Security/StartSession.php");
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">

View File

@@ -1,5 +1,7 @@
<?php <?php
session_start(); $UniqueSession = false;
require("../Hidden/Security/StartSession.php");
?>
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">

View File

@@ -1,3 +1,7 @@
<?php
$UniqueSession = false;
require("Hidden/Security/StartSession.php");
?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>

View File

@@ -1,5 +1,6 @@
<?php <?php
session_start(); $UniqueSession = false;
require("Hidden/Security/StartSession.php");
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">

View File

@@ -1,5 +1,6 @@
<?php <?php
session_start(); $UniqueSession = false;
require("Hidden/Security/StartSession.php");
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">