Change-Id: I38e96116e6e4335e3accc3bf177700379c734480
This commit is contained in:
vguanyiwgd 2024-05-21 17:10:17 +08:00
parent 3eb5bd4741
commit a4f5297dbb
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require_once("../show/common.php");
require_once("../show/include/pay.inc.php"); require_once("../show/include/pay.inc.php");
require_once("nh_config_m.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"); $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); if(!$s) exit;file_put_contents("1.txt", date("Y-m-d H:i:s").":".$s."\n\n", FILE_APPEND);