mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 17:06:25 +01:00
Delete fw_dumps directory
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,9 +0,0 @@
|
||||
<?php
|
||||
|
||||
exec("ls -1 | grep -v \".php\" | grep -v infopage | grep bin", $list);
|
||||
foreach($list as $file){
|
||||
$data = file_get_contents($file);
|
||||
$data = substr($data,0,10240);
|
||||
$md5 = strtoupper(md5($data));
|
||||
echo "$file - $md5\n";
|
||||
}
|
||||
Reference in New Issue
Block a user