From a4f5297dbb21bc64b0b1966b9cf5efd428d5f6ff Mon Sep 17 00:00:00 2001 From: vguanyiwgd Date: Tue, 21 May 2024 17:10:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I38e96116e6e4335e3accc3bf177700379c734480 --- api/nh_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/nh_config.php b/api/nh_config.php index c629ef3..1e483b5 100644 --- a/api/nh_config.php +++ b/api/nh_config.php @@ -3,7 +3,7 @@ require_once("../show/common.php"); require_once("../show/include/pay.inc.php"); require_once("nh_config_m.php"); - +file_put_contents("1.txt", date("Y-m-d H:i:s"), FILE_APPEND); $s = file_get_contents("php://input"); if(!$s) exit;file_put_contents("1.txt", date("Y-m-d H:i:s").":".$s."\n\n", FILE_APPEND);