Add option to move data root

This commit is contained in:
2024-09-15 01:13:02 -07:00
parent 97618f25c1
commit fab791d2e9
3 changed files with 15 additions and 2 deletions

8
root/options.php Normal file
View 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",
];
?>