mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Added comment
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
ba3baabb50
commit
10bb844087
|
@ -229,6 +229,12 @@ class SettingsController extends Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Lists backup files
|
||||||
|
*
|
||||||
|
* @author [A. Gianotto]
|
||||||
|
* @return array | JsonResponse
|
||||||
|
*/
|
||||||
public function listBackups() {
|
public function listBackups() {
|
||||||
$settings = Setting::getSettings();
|
$settings = Setting::getSettings();
|
||||||
$path = 'app/backups';
|
$path = 'app/backups';
|
||||||
|
|
Loading…
Reference in a new issue