diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-05-21 01:54:25 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-05-21 01:54:25 +0300 |
commit | aecd5c01aa145c5cbb44eb85973fe4aad780559b (patch) | |
tree | be9a1cab7122d1d8645d1f65ac5edb864f0ff2c8 /localwebsite/init.php | |
parent | 57287a306bd9bfe832160876a8b99d0ee206f803 (diff) |
localwebsite: init: fix vendor autoload path
Diffstat (limited to 'localwebsite/init.php')
-rw-r--r-- | localwebsite/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localwebsite/init.php b/localwebsite/init.php index 2eafcf3..5ee1db3 100644 --- a/localwebsite/init.php +++ b/localwebsite/init.php @@ -68,4 +68,4 @@ $debug->enable(); unset($debug); // composer -require_once ROOT.'/../vendor/autoload.php'; +require_once ROOT.'/vendor/autoload.php'; |