Registration/login
Links
1. new links as redirections
if($current == "logout") e107::redirect(SITEURL."index.php?logout");
if($action == "register") e107::redirect(e_SIGNUP);
if($action == "login") e107::redirect(e_LOGIN);
if($action == "lostpassword") e107::redirect(SITEURL."fpw.php");2. changed panels data
Last updated