|
@@ -96,7 +96,7 @@ class WebController extends MoonClubBaseController {
|
|
|
$redirectURI = 'http://' . $_SERVER['HTTP_HOST'] . Yii::app()->request->baseUrl . '/moonclub/web/index';
|
|
|
if($home_page){
|
|
|
$appURI = Yii::app()->request->baseUrl . 'index.php?r=/moonclub/web/index&home_page='.$home_page;
|
|
|
- $redirectURI = $redirectURI.'/'.$home_page;
|
|
|
+ $redirectURI = $redirectURI.'/index.php?r='.$home_page;
|
|
|
}else{
|
|
|
$appURI = Yii::app()->request->baseUrl . 'index.php?r=/moonclub/web/index';
|
|
|
}
|