fixed missign config file and added check if xmlrpc istnt installed

This commit is contained in:
Frank Harris 2025-11-23 14:42:37 -05:00
parent 70e05e57d8
commit 5f5008b377
21 changed files with 115 additions and 42 deletions

View file

@ -11,7 +11,7 @@ if (session_status() === PHP_SESSION_NONE) {
}
// Include config
require_once(__DIR__ . '/includes/config.inc.php');
require_once(__DIR__ . '/includes/config_loader.php');
// Set the docs directory
$docsDir = __DIR__ . '/docs';