aboutsummaryrefslogtreecommitdiff
path: root/www/user.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/user.php')
-rw-r--r--www/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/user.php b/www/user.php
index 9e20f6a..8b86a50 100644
--- a/www/user.php
+++ b/www/user.php
@@ -3,7 +3,7 @@
* Edit user information
*/
namespace phorkie;
-$secureAtLevel = '1';
+$reqWritePermissions = true;
require_once 'www-header.php';
if (isset($_POST['name'])) {