修复 公私钥不匹配的问题
This commit is contained in:
parent
377eb1b6e9
commit
3a1e4d1fdd
@ -8,7 +8,7 @@
|
|||||||
if (!file_exists($secret_file)) {
|
if (!file_exists($secret_file)) {
|
||||||
$secret_file = '';
|
$secret_file = '';
|
||||||
} else {
|
} else {
|
||||||
$secret_file = file_get_contents($secret_file);
|
$secret_file = trim(file_get_contents($secret_file));
|
||||||
}
|
}
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
Loading…
Reference in New Issue
Block a user