mem
This commit is contained in:
parent
8316b2b9ab
commit
75ca85ad86
@ -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>";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user