fixed a close from | to } in the sqlite section
This commit is contained in:
parent
4f56ff905a
commit
7eb6bcec51
|
|
@ -527,7 +527,7 @@ if ($_POST["install_step"] == "3" && count($_POST) > 0 && strlen($_POST["persist
|
|||
}
|
||||
else {
|
||||
$filename = $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/resources/install/sql/sqlite.sql';
|
||||
|
|
||||
}
|
||||
$file_contents = file_get_contents($filename);
|
||||
unset($filename);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue