This commit is contained in:
Andrey Kuvshinov
2020-04-28 21:16:20 +03:00
parent 1a8e22209d
commit c92457b901
3 changed files with 75 additions and 17 deletions

View File

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