From d9c5e2b6d64ad0fcdc96da1f5077595fe8804246 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 20 Jun 2011 18:03:07 -0400 Subject: [PATCH] -add newline chars to Airtime-upgrade-disabled message --- install/include/airtime-install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/include/airtime-install.php b/install/include/airtime-install.php index f6685c804..5360a9c22 100644 --- a/install/include/airtime-install.php +++ b/install/include/airtime-install.php @@ -53,8 +53,8 @@ if(isset($version) && ($version != false) && ($version == AIRTIME_VERSION) && !i if(isset($version) && ($version != false) && ($version < AIRTIME_VERSION)) { echo "Airtime version $version found.".PHP_EOL; - echo "It appears you already have a version of Airtime installed."; - echo "Upgrading is currently disabled for Airtime 1.9.0-beta1"; + echo "It appears you already have a version of Airtime installed.\n"; + echo "Upgrading is currently disabled for Airtime 1.9.0-beta1.\n"; exit(2); require_once("airtime-upgrade.php");