do modify domain m1.yohobuy.com mapi.yohobuy.com
Showing
3 changed files
with
2 additions
and
3 deletions
@@ -84,8 +84,7 @@ class LoginData | @@ -84,8 +84,7 @@ class LoginData | ||
84 | */ | 84 | */ |
85 | public static function signoutSession($token) | 85 | public static function signoutSession($token) |
86 | { | 86 | { |
87 | - echo Helpers::logoutSession($token); exit; | ||
88 | - echo Yohobuy::get( Helpers::logoutSession($token) ); exit; | 87 | + return Yohobuy::get( Helpers::logoutSession($token) ); |
89 | } | 88 | } |
90 | 89 | ||
91 | } | 90 | } |
@@ -41,7 +41,7 @@ class HomeController extends AbstractAction | @@ -41,7 +41,7 @@ class HomeController extends AbstractAction | ||
41 | { | 41 | { |
42 | // 设置网站标题 | 42 | // 设置网站标题 |
43 | $this->setTitle('个人中心'); | 43 | $this->setTitle('个人中心'); |
44 | - $this->setNavHeader('个人中心', $this->server('HTTP_REFERER', SITE_MAIN) ); | 44 | + $this->setNavHeader('个人中心', SITE_MAIN . '/?go=1'); |
45 | 45 | ||
46 | $data = array( | 46 | $data = array( |
47 | 'myIndexPage' => true, | 47 | 'myIndexPage' => true, |
-
Please register or login to post a comment