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 1cc8aeb..fd851c4 100644
--- a/www/user.php
+++ b/www/user.php
@@ -5,7 +5,7 @@
namespace phorkie;
require_once 'www-header.php';
if (!isset($_SESSION['identity'])) {
- require_once 'secure.php';
+ include_once 'secure.php';
}
if (isset($_POST['name'])) {