From b079d6663c652d4b3304c53cfaa6ad5752646d20 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Fri, 29 Aug 2014 23:53:52 +0200 Subject: [PATCH] Updated check --- plugins/check/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/check/index.php b/plugins/check/index.php index 79ef981..5a45107 100644 --- a/plugins/check/index.php +++ b/plugins/check/index.php @@ -25,6 +25,9 @@ $error = ''; if (!file_exists(LYCHEE_CONFIG_FILE)) exit('Error 001: Configuration not found. Please install Lychee first.'); require(LYCHEE_CONFIG_FILE); +# Define the table prefix +defineTablePrefix($dbTablePrefix); + # Show separator echo('Diagnostics' . PHP_EOL); echo('-----------' . PHP_EOL);