Commit bca85635 authored by zhoujun's avatar zhoujun

调试微信分享

parent da60ce9c
Pipeline #1547 passed with stage
in 0 seconds
...@@ -7,6 +7,7 @@ if(!empty($_SERVER['HTTP_CLIENT_IP'])){ ...@@ -7,6 +7,7 @@ if(!empty($_SERVER['HTTP_CLIENT_IP'])){
$ip = $_SERVER['REMOTE_ADDR']; $ip = $_SERVER['REMOTE_ADDR'];
} }
print_r($ip);die();
if(!in_array($ip,['116.227.124.169','116.227.126.145'])){ if(!in_array($ip,['116.227.124.169','116.227.126.145'])){
echo '页面走丢了'; echo '页面走丢了';
exit(); exit();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment