mem
This commit is contained in:
parent
75ca85ad86
commit
0123599347
@ -18,7 +18,7 @@ $def = array(
|
|||||||
array("email", "C", 128),
|
array("email", "C", 128),
|
||||||
array("ismember", "L")
|
array("ismember", "L")
|
||||||
);
|
);
|
||||||
printTextLine("Тест");
|
|
||||||
if (!file_exists($dbPath)){
|
if (!file_exists($dbPath)){
|
||||||
if (!dbase_create($dbPath, $def)) {
|
if (!dbase_create($dbPath, $def)) {
|
||||||
echo "<p>Error! Unable to create database<p>";
|
echo "<p>Error! Unable to create database<p>";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user