9 lines
174 B
PHP
9 lines
174 B
PHP
|
<?php
|
||
|
/* Copyright (C) 2021 Alexander Rosenberg
|
||
|
* This file is AGPL v3. See LICENSE file for more information
|
||
|
*/
|
||
|
const AM_OPTIONS = [
|
||
|
"root" => "/path/to/root",
|
||
|
];
|
||
|
?>
|