Already have an account?Click here to Login

Register

'; require '../../layout.php'; if (isset($_POST['submit'])) { addUser(false); //adds the user to the db without admin privileges echo '

Successful account creation

'; } ?>