mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-22 14:29:16 +08:00
added MD5 checksum file
This commit is contained in:
parent
e368f22be8
commit
2db97851b6
@ -1,5 +1,5 @@
|
|||||||
!Title: anti-AD
|
!Title: anti-AD
|
||||||
!Version: 20210417122435
|
!Version: 20210418135521
|
||||||
!Homepage: https://github.com/privacy-protection-tools/anti-AD
|
!Homepage: https://github.com/privacy-protection-tools/anti-AD
|
||||||
!Total lines: 38501
|
!Total lines: 38501
|
||||||
||*.wap.xsbiquge.com^
|
||*.wap.xsbiquge.com^
|
||||||
|
1
anti-ad-easylist.txt.md5
Normal file
1
anti-ad-easylist.txt.md5
Normal file
@ -0,0 +1 @@
|
|||||||
|
94917f2a1dafe7288a6e3a2a138dcc32
|
@ -378,4 +378,5 @@ if(($insert_pos > 0) && (fseek($new_fp, $insert_pos) === 0)){
|
|||||||
fclose($src_fp);
|
fclose($src_fp);
|
||||||
fclose($new_fp);
|
fclose($new_fp);
|
||||||
rename($src_file . '.txt', $src_file);
|
rename($src_file . '.txt', $src_file);
|
||||||
|
file_put_contents($src_file . '.md5', md5_file($src_file));
|
||||||
echo 'Time cost:', microtime(true) - START_TIME, "s, at ", date('m-d H:i:s'), "\n";
|
echo 'Time cost:', microtime(true) - START_TIME, "s, at ", date('m-d H:i:s'), "\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user