From 09e43263d6564025fe2cded0fe599ba2b35768a8 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Tue, 22 Apr 2014 12:06:23 +0200 Subject: [PATCH] Fixed Lychee location in check-plugin --- plugins/check/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');