From eeb4706c7670a0fca61d091c464e1aff6d534365 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sat, 30 Apr 2011 18:11:12 +1000 Subject: [PATCH] bumped version to v0.9.2-dev-2 --- install.php | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) 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));