diff --git a/checkers/php-dbase.php b/checkers/php-dbase.php index 1eaab54..c88becc 100644 --- a/checkers/php-dbase.php +++ b/checkers/php-dbase.php @@ -18,9 +18,8 @@ $def = array( array("email", "C", 128), array("ismember", "L") ); - +printTextLine("Тест"); if (!file_exists($dbPath)){ - printTextLine("Файл создаётся"); if (!dbase_create($dbPath, $def)) { echo "
Error! Unable to create database
"; }