mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-20 17:46:03 +02:00
Update escrow.php
This commit is contained in:
parent
102eda130a
commit
bf84eda8b2
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue