localwebsite: init: fix vendor autoload path

This commit is contained in:
Evgeny Zinoviev 2022-05-21 01:54:25 +03:00
parent 57287a306b
commit aecd5c01aa

View File

@ -68,4 +68,4 @@ $debug->enable();
unset($debug);
// composer
require_once ROOT.'/../vendor/autoload.php';
require_once ROOT.'/vendor/autoload.php';