diff --git a/checkers/php-dbase.php b/checkers/php-dbase.php index 2cb21f9..522b99d 100644 --- a/checkers/php-dbase.php +++ b/checkers/php-dbase.php @@ -19,6 +19,7 @@ $def = array( ); if (!file_exists($dbPath)){ + echo "файл создаётся"; if (!dbase_create(dbPath, $def)) { echo "Error! Unable to create database\n"; }