diff --git a/install.php b/install.php index 856a84e6..48a5a166 100644 --- a/install.php +++ b/install.php @@ -1,8 +1,6 @@ Successfully upgraded from ' . $version . ' to ' . VERSION . '.

'; @@ -62,6 +74,8 @@ break; } file_put_contents($config['has_installed'], VERSION); + + sql_close(); die(Element('page.html', $page));