add api
This commit is contained in:
@@ -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(){
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user