newf echo

This commit is contained in:
Andrey Kuvshinov
2020-04-08 23:31:50 +03:00
parent 0691792ec8
commit c01b7ab374

View File

@@ -38,6 +38,7 @@ function file_kuri($hash) {
$id = $price['price_id'];
$pdfile = anfilename($id);
$newF = PDFDIR.$hash.'.pdf';
echo $newF;
if (!file_exists($newF))
copy($pdfile, $newF);