diff --git a/app/routes/price.php b/app/routes/price.php index f0d662b..474947e 100644 --- a/app/routes/price.php +++ b/app/routes/price.php @@ -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);