Updated check
This commit is contained in:
parent
a5722a79c6
commit
b079d6663c
@ -25,6 +25,9 @@ $error = '';
|
|||||||
if (!file_exists(LYCHEE_CONFIG_FILE)) exit('Error 001: Configuration not found. Please install Lychee first.');
|
if (!file_exists(LYCHEE_CONFIG_FILE)) exit('Error 001: Configuration not found. Please install Lychee first.');
|
||||||
require(LYCHEE_CONFIG_FILE);
|
require(LYCHEE_CONFIG_FILE);
|
||||||
|
|
||||||
|
# Define the table prefix
|
||||||
|
defineTablePrefix($dbTablePrefix);
|
||||||
|
|
||||||
# Show separator
|
# Show separator
|
||||||
echo('Diagnostics' . PHP_EOL);
|
echo('Diagnostics' . PHP_EOL);
|
||||||
echo('-----------' . PHP_EOL);
|
echo('-----------' . PHP_EOL);
|
||||||
|
Loading…
Reference in New Issue
Block a user