public function __construct($conf) { parent::__construct($conf); // $this->_conf = Bd_Conf::getAppConf("FeedbackAdmin"); $this->objServiceDataTrack = new Service_Data_Track_V1_TrackNew(); $this->ignoreLogin = true; $this->ignoreSign = true; }
public function __construct($conf) { parent::__construct($conf); $this->ignoreSign = true; $this->ignoreLogin = true; }