01-23-2018, 03:48 PM
On index.php I had issues with
I think
is the way to go there
Code:
require_once $_SERVER['DOCUMENT_ROOT'] . '/users/init.php';
Code:
require_once 'users/init.php';