mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-11 07:56:16 +01:00
bc81339f18
Spostamento delle funzioni deprecate.
9 lines
138 B
PHP
Executable File
9 lines
138 B
PHP
Executable File
<?php
|
|
|
|
include_once __DIR__.'/../../core.php';
|
|
|
|
try {
|
|
$backup_dir = Backup::getDirectory();
|
|
} catch (UnexpectedValueException $e) {
|
|
}
|