art-museum/root/options.php

9 lines
174 B
PHP
Raw Normal View History

2024-09-15 01:13:02 -07:00
<?php
/* Copyright (C) 2021 Alexander Rosenberg
* This file is AGPL v3. See LICENSE file for more information
*/
const AM_OPTIONS = [
"root" => "/path/to/root",
];
?>