mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-27 14:09:41 +01:00
Fix minori
This commit is contained in:
parent
4345feb0e9
commit
02da7716b4
@ -39,7 +39,7 @@ foreach ($iva as $descrizione => $tot_iva) {
|
||||
</td>
|
||||
|
||||
<td class="text-right">
|
||||
'.moneyFormat($somma_totale).'
|
||||
'.moneyFormat($somma_iva).'
|
||||
</td>
|
||||
</tr>';
|
||||
}
|
||||
|
@ -86,7 +86,7 @@ $files = [
|
||||
];
|
||||
|
||||
foreach ($files as $key => $value) {
|
||||
$files[$key] = realpath(DOCROOT.'/'.$value);
|
||||
$files[$key] = realpath(DOCROOT.'\\'.$value);
|
||||
}
|
||||
|
||||
delete($files);
|
||||
|
@ -53,7 +53,7 @@ $files = [
|
||||
];
|
||||
|
||||
foreach ($files as $key => $value) {
|
||||
$files[$key] = realpath(DOCROOT.'/'.$value);
|
||||
$files[$key] = realpath(DOCROOT.'\\'.$value);
|
||||
}
|
||||
|
||||
delete($files);
|
||||
|
Loading…
x
Reference in New Issue
Block a user