mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Fix vendor path
This commit is contained in:
parent
a8e32cadff
commit
16bddd7866
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
ini_set('memory_limit', '2048M');
|
||||
|
||||
require_once __DIR__ . '/../../vendor/autoload.php';
|
||||
require_once __DIR__ . 'vendor/autoload.php';
|
||||
require_once __DIR__ . '/../Autoloader.php';
|
||||
|
||||
use phpOMS\DataStorage\Session\HttpSession;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user