From a8c373ba121fcb30de8fcd1ba3b5121b5ae6d82d Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Sun, 14 May 2023 19:14:55 -0700 Subject: [PATCH] Use 'null' instead of blank for some not set 'POST' variables. --- Rocksolid_Light/spoolnews/mail.php | 1 + Rocksolid_Light/spoolnews/user.php | 1 + 2 files changed, 2 insertions(+) diff --git a/Rocksolid_Light/spoolnews/mail.php b/Rocksolid_Light/spoolnews/mail.php index f742407..67ff173 100644 --- a/Rocksolid_Light/spoolnews/mail.php +++ b/Rocksolid_Light/spoolnews/mail.php @@ -44,6 +44,7 @@ $keys = unserialize(file_get_contents($keyfile)); $logged_in = true; } } +$title.=' - Mail'; include "head.inc"; echo '

'; diff --git a/Rocksolid_Light/spoolnews/user.php b/Rocksolid_Light/spoolnews/user.php index 8bdf653..25fa16a 100644 --- a/Rocksolid_Light/spoolnews/user.php +++ b/Rocksolid_Light/spoolnews/user.php @@ -27,6 +27,7 @@ if($_POST['command'] == 'Logout') { echo 'You have been logged out'; exit(0); } +$title.=' - User Configuration'; include "head.inc"; // How long should cookie allow user to stay logged in?