1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-28 06:29:27 +01:00

9 lines
138 B
PHP
Raw Normal View History

<?php
include_once __DIR__.'/../../core.php';
try {
$backup_dir = Backup::getDirectory();
} catch (UnexpectedValueException $e) {
}