CS
[phorkie.git] / www / user.php
index dc79459723d9042086c04eae2015dcbf70a38080..8b86a506ff7a1a63191729f72b5014b3e3b4468a 100644 (file)
@@ -3,7 +3,7 @@
  * Edit user information
  */
 namespace phorkie;
-$securityLevel = '1';
+$reqWritePermissions = true;
 require_once 'www-header.php';
 
 if (isset($_POST['name'])) {