修复 公私钥不匹配的问题

This commit is contained in:
iVampireSP.com 2022-12-11 21:29:49 +08:00
parent 377eb1b6e9
commit 3a1e4d1fdd
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -8,7 +8,7 @@
if (!file_exists($secret_file)) {
$secret_file = '';
} else {
$secret_file = file_get_contents($secret_file);
$secret_file = trim(file_get_contents($secret_file));
}
return [