FlashNet VPN
by EdPro-Team Dec 19,2024
你可以返回上一页重试
","applicationCategory":"GameApplication","softwareVersion":"1.7.6","fileSize":"24.94M","downloadUrl":"https://down.qxacl.com/apk/86/FlashNet VPN_1.7.6_com.flashnetvpnplus.net.apk","datePublished":"2024-12-19T01:53:19+08:00","dateModified":"2023-12-26T11:05:27+08:00","screenshot":"https://imgs.qxacl.com/uploads/31/17199820996684d813b15c4.png,https://imgs.qxacl.com/uploads/44/17199821006684d81490ee9.png,https://imgs.qxacl.com/uploads/61/17199821006684d814ea83c.png,https://imgs.qxacl.com/uploads/48/17199821036684d817f2f1a.png","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.4","reviewCount":1},"author":{"@type":"Organization","name":"EdPro-Team"},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
}
/**
* 初始化操作
* @access protected
*/
protected function _initialize()
{
//跨域请求检测
check_cors_request();
// 检测IP是否允许
check_ip_allowed();
//移除HTML标签
$this->request->filter('trim,strip_tags,htmlspecialchars');
$this->auth = Auth::instance();