1 2 3 4
<?phprequire_once(__DIR__ . '/../checkuser.php');$controller = new UserController();$controller->status();