fix(test): fix directory separator actually being used everywhere

This commit is contained in:
rugk
2026-02-23 13:55:16 +00:00
parent 422f149c52
commit 47c986a781

View File

@@ -26,7 +26,7 @@ if (!defined('CONF_SAMPLE')) {
define('CONF_SAMPLE', PATH . 'cfg' . DIRECTORY_SEPARATOR . 'conf.sample.php');
}
require PATH . 'vendor/autoload.php';
require PATH . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';
Helper::updateSubresourceIntegrity();
TemplateSwitcher::setAvailableTemplates(Configuration::getDefaults()['main']['availabletemplates']);