Use 'null' instead of blank for some not set 'POST' variables.

This commit is contained in:
Retro_Guy 2023-05-14 19:14:55 -07:00
parent 5b7d025126
commit a8c373ba12
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ $keys = unserialize(file_get_contents($keyfile));
$logged_in = true;
}
}
$title.=' - Mail';
include "head.inc";
echo '<h1 class="np_thread_headline">';

View File

@ -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?