Update escrow.php

This commit is contained in:
Pinga 2025-04-29 09:56:57 +03:00
parent 102eda130a
commit bf84eda8b2

View file

@ -857,7 +857,7 @@ try {
$deposit = $xml->outputMemory(); $deposit = $xml->outputMemory();
// Define the base name without the extension // 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 // XML and tar filenames
$xmlFileName = $baseFileNameBrda . ".xml"; $xmlFileName = $baseFileNameBrda . ".xml";