This commit is contained in:
3x0k1d 2025-05-05 07:54:16 +03:00
parent 8316b2b9ab
commit 75ca85ad86

View File

@ -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 "<p>Error! Unable to create database<p>";
}