This commit is contained in:
paoloar77
2024-05-13 19:30:49 +02:00
parent 6796bcfcc4
commit 0ce8a96097
4 changed files with 8 additions and 8 deletions

View File

@@ -91,9 +91,9 @@ class OrderUpdateGm extends Command
}
// get the directory actual name and put in the log file
$dir = basename(__DIR__);
$title = '*** SITO DI PRODUZIONE *** ';
$log = $dir . ' Ordini aggiornati' . "\n";
$log = $title . ' Ordini aggiornati' . "\n";
// check if there are orders to log
if($orderupdated > 0) {