From 75ca85ad86ed03574f89bb84de162e493a18985c Mon Sep 17 00:00:00 2001 From: 3x0k1d <3x0k1d@gmail.com> Date: Mon, 5 May 2025 07:54:16 +0300 Subject: [PATCH] mem --- checkers/php-dbase.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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
"; }