Improve installer

This commit is contained in:
Jay Trees 2022-01-18 14:42:50 +01:00
parent 9be643d49a
commit 1c5f86b830

View file

@ -145,7 +145,8 @@ switch ($step) {
$database->query('INSERT INTO `options`
(`key`, `value`) VALUES
("isInstalled", true)
("isInstalled", true),
("version", "' . VERSION . '")
;');
?>
<main>