diff options
Diffstat (limited to 'controllers/user.php')
-rw-r--r-- | controllers/user.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/controllers/user.php b/controllers/user.php index 10d3ad21..700e5fae 100644 --- a/controllers/user.php +++ b/controllers/user.php @@ -2,6 +2,8 @@ namespace Controller; +require_once __DIR__.'/Base.php'; + class User extends Base { // Display access forbidden page |