Browse Source

Fixed Lychee location in check-plugin

Tobias Reich 11 years ago
parent
commit
09e43263d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/check/index.php

+ 1 - 1
plugins/check/index.php

@@ -8,7 +8,7 @@
 ###
 
 # Location
-$lychee = __DIR__ . '/../';
+$lychee = __DIR__ . '/../../';
 
 # Load requirements
 require($lychee . 'php/define.php');