05-20-2016, 03:07 AM
On the Alpha 3 build I have noticed that the /userc redirects to your page, but needs the init.php to come with it in order to still function properly.
Following the example provided I moved the account.php in the /userc.
Warning: require_once(init.php): failed to open stream: No such file or directory in MyComputer\usersc\account.php on line 21
Following the example provided I moved the account.php in the /userc.
Code:
<?php require_once 'init.php'; ?>
Warning: require_once(init.php): failed to open stream: No such file or directory in MyComputer\usersc\account.php on line 21