newf echo
This commit is contained in:
@@ -38,6 +38,7 @@ function file_kuri($hash) {
|
|||||||
$id = $price['price_id'];
|
$id = $price['price_id'];
|
||||||
$pdfile = anfilename($id);
|
$pdfile = anfilename($id);
|
||||||
$newF = PDFDIR.$hash.'.pdf';
|
$newF = PDFDIR.$hash.'.pdf';
|
||||||
|
echo $newF;
|
||||||
if (!file_exists($newF))
|
if (!file_exists($newF))
|
||||||
copy($pdfile, $newF);
|
copy($pdfile, $newF);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user