1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Miglioramenti minori

This commit is contained in:
Thomas Zilio
2018-12-07 15:30:08 +01:00
parent b599c6ae27
commit 7f7ae841ba
5 changed files with 32 additions and 8 deletions

View File

@@ -1,6 +1,5 @@
<?php
include_once __DIR__.'/../../core.php';
include_once __DIR__.'/init.php';
switch (filter('op')) {
@@ -25,8 +24,4 @@ switch (filter('op')) {
}
break;
case 'download':
download($upload_dir.'/'.$fattura_pa->getFilename());
break;
}