This commit is contained in:
3x0k1d 2025-05-05 07:54:44 +03:00
parent 75ca85ad86
commit 0123599347

View File

@ -18,7 +18,7 @@ $def = array(
array("email", "C", 128),
array("ismember", "L")
);
printTextLine("Тест");
if (!file_exists($dbPath)){
if (!dbase_create($dbPath, $def)) {
echo "<p>Error! Unable to create database<p>";