mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Use relative path in backups for cleaner directory structure
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
4e0e1a2c85
commit
52a77f4c31
|
@ -35,6 +35,13 @@ return [
|
||||||
|
|
||||||
'files' => [
|
'files' => [
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This path is used to make directories in resulting zip-file relative
|
||||||
|
* Set to false to include complete absolute path
|
||||||
|
* Example: base_path()
|
||||||
|
*/
|
||||||
|
'relative_path' => base_path(),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The list of directories and files that will be included in the backup.
|
* The list of directories and files that will be included in the backup.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue