added sitemap and docs

This commit is contained in:
2025-11-07 14:45:13 -08:00
parent fb5407a60b
commit a459b86169
6 changed files with 121 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ require_once(BASEPATH . '/vendor/autoload.php');
if (file_exists(BASEPATH . '/App/config.php')) {
require_once(BASEPATH . '/App/config.php');
} else {
require_once(FRAMEWORKPATH . '/defaults/App/config.php');
require_once(FRAMEWORKPATH . '/skeleton/novaconium/App/config.php');
}
// Logging