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:
parent
6c6b657101
commit
49ee854fd3
9
modules/backups/init.php
Normal file
9
modules/backups/init.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
include_once __DIR__.'/../../core.php';
|
||||
|
||||
try {
|
||||
$backup_dir = Backup::getDirectory();
|
||||
}catch (UnexpectedValueException $e){
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user