SSL

<?php error_reporting(0); header("Content-Type: text/html; charset=utf-8"); $url = $_GET['url']; if(strpos(wm_https(),'ps:') !== false){//接口带 S 证书 if(strpos($url,'http:/...

发布 0 条评论