1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-27 00:06:14 +01:00

Correzione modulo backup in caso di permessi mancanti

This commit is contained in:
Thomas Zilio 2020-03-09 15:00:34 +01:00
parent 6c6b657101
commit 49ee854fd3

9
modules/backups/init.php Normal file
View File

@ -0,0 +1,9 @@
<?php
include_once __DIR__.'/../../core.php';
try {
$backup_dir = Backup::getDirectory();
}catch (UnexpectedValueException $e){
}