mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-13 17:12:41 +08:00
优化白名单
This commit is contained in:
parent
9b98cb1248
commit
1ab0a35250
@ -161,7 +161,7 @@ class makeAddr{
|
||||
|
||||
$fp = fopen($str_file, 'w');
|
||||
$write_len = fwrite($fp, '#TIME=' . date('YmdHis'). "\n");
|
||||
$write_len = fwrite($fp, '#URL=https://github.com/gentlyxu/anti-AD' . "\n");
|
||||
$write_len += fwrite($fp, '#URL=https://github.com/gentlyxu/anti-AD' . "\n");
|
||||
|
||||
foreach($arr_result as $rk => $rv){
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user