06-01-2017, 03:12 PM
Ok. So because you're in the subfolder of app your first line needs to be
<?php require_once '../users/init.php'; ?>
Basically, since you are in app, you need to back up one folder ../ to get to root and then go forward to users/init.php
<?php require_once '../users/init.php'; ?>
Basically, since you are in app, you need to back up one folder ../ to get to root and then go forward to users/init.php