X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/97c4ac59eed8b66b2e7f85d8ac325b063fb8a0ce..a3087ce500d0ef3c2b6c6f67f0eeedc622074d08:/www/user.php diff --git a/www/user.php b/www/user.php index 1cc8aeb..8f305da 100644 --- a/www/user.php +++ b/www/user.php @@ -4,9 +4,6 @@ */ namespace phorkie; require_once 'www-header.php'; -if (!isset($_SESSION['identity'])) { - require_once 'secure.php'; -} if (isset($_POST['name'])) { $_SESSION['name'] = substr(filter_var($_POST['name'], FILTER_SANITIZE_STRING), 0, 35);