1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-01 10:37:31 +01:00
openstamanager/modules/backups/init.php

9 lines
138 B
PHP
Raw Normal View History

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