From bf84eda8b27b3b841dbb833f9cd395a545b7206d Mon Sep 17 00:00:00 2001 From: Pinga Date: Tue, 29 Apr 2025 09:56:57 +0300 Subject: [PATCH] Update escrow.php --- automation/escrow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/escrow.php b/automation/escrow.php index abdfe34..f851438 100644 --- a/automation/escrow.php +++ b/automation/escrow.php @@ -857,7 +857,7 @@ try { $deposit = $xml->outputMemory(); // Define the base name without the extension - $baseFileNameBrda = "{$tldname}_".date('Ymd')."_brda_S1_R{$finalDepositId}"; + $baseFileNameBrda = "{$tldname}_" . date('Y-m-d') . "_brda_S1_R{$finalDepositId}"; // XML and tar filenames $xmlFileName = $baseFileNameBrda . ".xml";