пу пу пу

This commit is contained in:
3x0k1d 2025-05-05 07:47:27 +03:00
parent c3b21bc424
commit 8316a0426f

View File

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