added MD5 checksum file

This commit is contained in:
gently 2021-04-18 13:57:19 +08:00
parent e368f22be8
commit 2db97851b6
3 changed files with 3 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1 @@
94917f2a1dafe7288a6e3a2a138dcc32

View File

@ -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";