From 1f90c9099dcab2ab7cd8797d2fa5f40377c0e612 Mon Sep 17 00:00:00 2001 From: 3x0k1d <3x0k1d@gmail.com> Date: Mon, 5 May 2025 07:47:55 +0300 Subject: [PATCH] gen --- 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 522b99d..10010a3 100644 --- a/checkers/php-dbase.php +++ b/checkers/php-dbase.php @@ -20,7 +20,7 @@ $def = array( if (!file_exists($dbPath)){ echo "файл создаётся"; - if (!dbase_create(dbPath, $def)) { + if (!dbase_create($dbPath, $def)) { echo "Error! Unable to create database\n"; } }