This commit is contained in:
3x0k1d 2025-05-05 07:47:55 +03:00
parent 8316a0426f
commit 1f90c9099d

View File

@ -20,7 +20,7 @@ $def = array(
if (!file_exists($dbPath)){ if (!file_exists($dbPath)){
echo "файл создаётся"; echo "файл создаётся";
if (!dbase_create(dbPath, $def)) { if (!dbase_create($dbPath, $def)) {
echo "Error! Unable to create database\n"; echo "Error! Unable to create database\n";
} }
} }