gen
This commit is contained in:
parent
8316a0426f
commit
1f90c9099d
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user