From 0123599347b05f360467763c0fe89681814e726d Mon Sep 17 00:00:00 2001 From: 3x0k1d <3x0k1d@gmail.com> Date: Mon, 5 May 2025 07:54:44 +0300 Subject: [PATCH] mem --- checkers/php-dbase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkers/php-dbase.php b/checkers/php-dbase.php index c88becc..cc339c3 100644 --- a/checkers/php-dbase.php +++ b/checkers/php-dbase.php @@ -18,7 +18,7 @@ $def = array( array("email", "C", 128), array("ismember", "L") ); -printTextLine("Тест"); + if (!file_exists($dbPath)){ if (!dbase_create($dbPath, $def)) { echo "
Error! Unable to create database
";