From 8316a0426f04afd39647dfc310a9cdf37ae44c19 Mon Sep 17 00:00:00 2001 From: 3x0k1d <3x0k1d@gmail.com> Date: Mon, 5 May 2025 07:47:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=83=20=D0=BF=D1=83=20=D0=BF=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- checkers/php-dbase.php | 1 + 1 file changed, 1 insertion(+) 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"; }