Add option to move data root
This commit is contained in:
8
root/options.php
Normal file
8
root/options.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/* Copyright (C) 2021 Alexander Rosenberg
|
||||
* This file is AGPL v3. See LICENSE file for more information
|
||||
*/
|
||||
const AM_OPTIONS = [
|
||||
"root" => "/path/to/root",
|
||||
];
|
||||
?>
|
Reference in New Issue
Block a user