Authored by hf

code review by fei.hong: do add couponxinshili huodong

... ... @@ -55,7 +55,6 @@ class HuodongWebAction extends Controller_Abstract
public function init()
{
if (!$this->isAjax() && Mobile::isMobile()) {
echo 'ddd'; exit;
header("HTTP/1.1 301 Moved Permanently");
header('Location:http://huodong.m.yohobuy.com'.$_SERVER['REQUEST_URI']);
exit();
... ...