Authored by hf

do modify domain m1.yohobuy.com mapi.yohobuy.com

... ... @@ -84,8 +84,7 @@ class LoginData
*/
public static function signoutSession($token)
{
echo Helpers::logoutSession($token); exit;
echo Yohobuy::get( Helpers::logoutSession($token) ); exit;
return Yohobuy::get( Helpers::logoutSession($token) );
}
}
... ...
... ... @@ -41,7 +41,7 @@ class HomeController extends AbstractAction
{
// 设置网站标题
$this->setTitle('个人中心');
$this->setNavHeader('个人中心', $this->server('HTTP_REFERER', SITE_MAIN) );
$this->setNavHeader('个人中心', SITE_MAIN . '/?go=1');
$data = array(
'myIndexPage' => true,
... ...