Use 'null' instead of blank for some not set 'POST' variables.
This commit is contained in:
parent
5b7d025126
commit
a8c373ba12
|
@ -44,6 +44,7 @@ $keys = unserialize(file_get_contents($keyfile));
|
|||
$logged_in = true;
|
||||
}
|
||||
}
|
||||
$title.=' - Mail';
|
||||
include "head.inc";
|
||||
|
||||
echo '<h1 class="np_thread_headline">';
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue