mirror of
https://github.com/24eme/signaturepdf.git
synced 2023-08-25 09:33:08 +02:00
duplicate error
This commit is contained in:
parent
0ca295070d
commit
6c109acdbe
2
app.php
2
app.php
@ -227,7 +227,7 @@ $f3->route('POST /organize',
|
|||||||
$f3->route('GET /signature/@hash/pdf',
|
$f3->route('GET /signature/@hash/pdf',
|
||||||
function($f3) {
|
function($f3) {
|
||||||
$targetDir = $f3->get('STORAGE').$f3->get('PARAMS.hash');
|
$targetDir = $f3->get('STORAGE').$f3->get('PARAMS.hash');
|
||||||
$files = array_diff(scandir($targetDir), array('..', '.'));;
|
$files = array_diff(scandir($targetDir), array('..', '.'));
|
||||||
$original = null;
|
$original = null;
|
||||||
$originalFilename = null;
|
$originalFilename = null;
|
||||||
$layers = [];
|
$layers = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user