Updated todo.txt
This commit is contained in:
2
TODO.txt
2
TODO.txt
@@ -1,2 +1,2 @@
|
||||
(B) Provide mechanism for verifying GPG signatures on requested pages. note:"[Todo] Secure Mechanism.md"
|
||||
(A)
|
||||
(C) Create package in recovery buildroot to copy proxy into recovery filesystem.
|
||||
|
||||
@@ -15,7 +15,8 @@ $RecoveryVersion = str_replace("\n","",$RecoveryVersion);
|
||||
|
||||
$UpdateServiceHeaders = [
|
||||
'X-Device-Serial-Number' => $SerialNumber,
|
||||
'X-Device-Bootloader-Version' => $RecoveryVersion
|
||||
'X-Device-Bootloader-Version' => $RecoveryVersion,
|
||||
'User-Agent' => 'wget/1.0 tononixPC/'.$RecoveryVersion
|
||||
];
|
||||
|
||||
switch($_GET['file'])
|
||||
@@ -68,6 +69,6 @@ switch($_GET['file'])
|
||||
# BEGIN Processing and Outputting of ZIP file
|
||||
echo($recoveryZipData);
|
||||
# END Processing and Outputting of ZIP file
|
||||
|
||||
|
||||
break;
|
||||
}
|
||||
Reference in New Issue
Block a user