diff options
Diffstat (limited to 'h-source/Application/Controllers/UsersController.php')
| -rw-r--r-- | h-source/Application/Controllers/UsersController.php | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/UsersController.php b/h-source/Application/Controllers/UsersController.php index 4fa078b..95addf4 100644 --- a/h-source/Application/Controllers/UsersController.php +++ b/h-source/Application/Controllers/UsersController.php @@ -76,7 +76,8 @@ class UsersController extends BaseController  					case 'accepted':  						if (strcmp($redirect,'') !== 0)  						{ -							$this->redirect($redirect,0); +							$redirect = html_entity_decode($redirect,ENT_QUOTES,DEFAULT_CHARSET); +							header('Location: http://'.DOMAIN_NAME."/".$redirect);  						}  						else  						{  | 
