I was wondering, if its possible to redirect users to the login.php after users have confirmed their registration (link sent by email), as oppose to the index page of the gallery. I think it makes more sense to do that, assuming people want to get in right away. What do you guys think?
Then change index.php to login.php in register.php
Thanks a lot! It works. I changed:
msg_box($lang_register_php['information'], $lang_register_php['thank_you'], $lang_continue, 'index.php');
to
msg_box($lang_register_php['information'], $lang_register_php['thank_you'], $lang_continue, 'login.php');
thread solved :)