diff --git a/checkconfig.php b/checkconfig.php index 4a036dd..a71ee32 100644 --- a/checkconfig.php +++ b/checkconfig.php @@ -82,7 +82,14 @@ if (is_readable (Base::getDbFileName ())) { echo "OK"; } else { - echo "File " . Base::getDbFileName () . " not found, check open_dir or the access rights"; + echo "File " . Base::getDbFileName () . " not found, +Please check +"; } ?>