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
+2 -1
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">
+1 -1
View File
@@ -1 +1 @@
<!DOCTYPE html> <!DOCTYPE html>
+2 -1
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">
+2 -1
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">
+2 -1
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">
+3
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";
+2 -1
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">
+3 -1
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">
+4
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>
+2 -1
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">
+2 -1
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">