rename "secureAtLevel" variable since it does not define a level at all
[phorkie.git] / www / user.php
index 1cc8aebe52fa8269a91c12bf18ad02ef50176ae3..8b86a506ff7a1a63191729f72b5014b3e3b4468a 100644 (file)
@@ -3,10 +3,8 @@
  * Edit user information
  */
 namespace phorkie;
+$reqWritePermissions = true;
 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);