Correzione modulo backup in caso di permessi mancanti
This commit is contained in:
parent
6c6b657101
commit
49ee854fd3
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
include_once __DIR__.'/../../core.php';
|
||||||
|
|
||||||
|
try {
|
||||||
|
$backup_dir = Backup::getDirectory();
|
||||||
|
}catch (UnexpectedValueException $e){
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue