ADD: protect user.php
[phorkie.git] / www / user.php
index 8f305da7ab38c4d321aa02cf9482c30c257e5a25..5bb2352ad60323a458a1f640940c778bc345a722 100644 (file)
@@ -3,6 +3,7 @@
  * Edit user information
  */
 namespace phorkie;
+$pageRequiresLogin = '1';
 require_once 'www-header.php';
 
 if (isset($_POST['name'])) {