Improve installer
This commit is contained in:
parent
9be643d49a
commit
1c5f86b830
1 changed files with 2 additions and 1 deletions
|
@ -145,7 +145,8 @@ switch ($step) {
|
|||
|
||||
$database->query('INSERT INTO `options`
|
||||
(`key`, `value`) VALUES
|
||||
("isInstalled", true)
|
||||
("isInstalled", true),
|
||||
("version", "' . VERSION . '")
|
||||
;');
|
||||
?>
|
||||
<main>
|
||||
|
|
Loading…
Reference in a new issue