Yohobuy.class.php
301 Bytes
<?php
/**
* 客户端地址写错导致的
* @author whb
*
*/
class Controller_Yohobuy extends Controller_Abstract
{
public function clientAction()
{
$yohoshowState = $this->_request->query('yohoshowState', 0);
header("location:".SITE_MAIN.'/show/client?yohoshowState='.$yohoshowState);
}
}