From 8f021a35a6fb4ff68722e81ce4ff2a2758bdb575 Mon Sep 17 00:00:00 2001 From: czaks Date: Mon, 5 May 2014 18:07:13 +0200 Subject: [PATCH] i knew that i broke it... --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index a1ca2100..4daba896 100644 --- a/install.php +++ b/install.php @@ -524,7 +524,7 @@ if (file_exists($config['has_installed'])) { case '4.4.98': if (!isset($_GET['confirm3'])) { $page['title'] = 'Breaking change'; - $page['body'] = '

You are upgrading to the 5.0 branch of vichan. Please back up your database, because the process is irreversible. At the current time, if you want a very stable vichan experience, please use the 4.5 branch. This warning will be lifted as soon as we all agree that 5.0 branch is stable enough

' . + $page['body'] = '

You are upgrading to the 5.0 branch of vichan. Please back up your database, because the process is irreversible. At the current time, if you want a very stable vichan experience, please use the 4.5 branch. This warning will be lifted as soon as we all agree that 5.0 branch is stable enough

I have read and understood the warning. Proceed to upgrading.

';