X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/57ec8736424dfa1637ea01228b87fbbf458b213f..92d6cf1f537c2126baf324cbdadbef1067e156b6:/www/user.php diff --git a/www/user.php b/www/user.php index 1cc8aeb..9e20f6a 100644 --- a/www/user.php +++ b/www/user.php @@ -3,10 +3,8 @@ * Edit user information */ namespace phorkie; +$secureAtLevel = '1'; 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);