From 3a1e4d1fdd718527f5e0db1ad6847334df6004e1 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Sun, 11 Dec 2022 21:29:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E5=85=AC=E7=A7=81?= =?UTF-8?q?=E9=92=A5=E4=B8=8D=E5=8C=B9=E9=85=8D=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/pay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pay.php b/config/pay.php index 31e96ba..db8f43e 100644 --- a/config/pay.php +++ b/config/pay.php @@ -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 [