diff --git a/install.php b/install.php index b14d8903..7bd715ac 100644 --- a/install.php +++ b/install.php @@ -137,7 +137,7 @@ if(!isset($_GET['confirm'])) { $page['title'] = 'License Change'; $page['body'] = '

You are upgrading to a version which uses an amended license. The licenses included with Tinyboard distributions prior to this version (v0.9.4-dev-2) are still valid for those versions, but no longer apply to this and newer versions.

' . - ' + '

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

'; @@ -167,7 +167,7 @@ if($step == 0) { // Agreeement $page['body'] = ' - +

I have read and understood the agreement. Proceed to installation.

';