1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-06-04 23:12:25 +02:00

Storage configuration

This commit is contained in:
Vincent LAURENT 2022-03-31 10:47:12 +02:00
parent 7787d46bc7
commit eb42a1547f

View file

@ -10,6 +10,7 @@ $f3->set('XFRAME', null); // Allow use in an iframe
$f3->set('ROOT', __DIR__);
$f3->set('UI', $f3->get('ROOT')."/templates/");
$f3->set('UPLOADS', sys_get_temp_dir()."/");
$f3->set('STORAGE', sys_get_temp_dir()."/pdf/");
function convertPHPSizeToBytes($sSize)
{