mirror of
https://github.com/24eme/signaturepdf.git
synced 2023-08-25 09:33:08 +02:00
Storage configuration
This commit is contained in:
parent
7787d46bc7
commit
eb42a1547f
1
app.php
1
app.php
@ -10,6 +10,7 @@ $f3->set('XFRAME', null); // Allow use in an iframe
|
|||||||
$f3->set('ROOT', __DIR__);
|
$f3->set('ROOT', __DIR__);
|
||||||
$f3->set('UI', $f3->get('ROOT')."/templates/");
|
$f3->set('UI', $f3->get('ROOT')."/templates/");
|
||||||
$f3->set('UPLOADS', sys_get_temp_dir()."/");
|
$f3->set('UPLOADS', sys_get_temp_dir()."/");
|
||||||
|
$f3->set('STORAGE', sys_get_temp_dir()."/pdf/");
|
||||||
|
|
||||||
function convertPHPSizeToBytes($sSize)
|
function convertPHPSizeToBytes($sSize)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user