diff --git a/plugins/check/index.php b/plugins/check/index.php index cdbba79..ff0f1c3 100644 --- a/plugins/check/index.php +++ b/plugins/check/index.php @@ -8,7 +8,7 @@ ### # Location -$lychee = __DIR__ . '/../'; +$lychee = __DIR__ . '/../../'; # Load requirements require($lychee . 'php/define.php');