From a2ec9b4d1083468fd64045446ae321b81caa7abb Mon Sep 17 00:00:00 2001 From: Naomi Date: Thu, 19 May 2011 14:27:30 -0400 Subject: [PATCH] CC-2281 Install script should check for pre-installed versions and prompt user to upgrade/full installation moving constants in conf.php to constants.php --- airtime_mvc/application/configs/conf.php | 4 ---- airtime_mvc/application/configs/constants.php | 4 ++++ install/airtime-db-install.php | 3 ++- install/airtime-install.php | 8 ++++---- install/airtime-uninstall.php | 1 + 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/airtime_mvc/application/configs/conf.php b/airtime_mvc/application/configs/conf.php index c8952ae5b..23e28ee32 100644 --- a/airtime_mvc/application/configs/conf.php +++ b/airtime_mvc/application/configs/conf.php @@ -6,10 +6,6 @@ * /etc/airtime/recorder.cfg */ -define('AIRTIME_VERSION', '1.8.2'); -define('AIRTIME_COPYRIGHT_DATE', '2010-2011'); -define('AIRTIME_REST_VERSION', '1.1'); - global $CC_CONFIG; $CC_CONFIG = array( diff --git a/airtime_mvc/application/configs/constants.php b/airtime_mvc/application/configs/constants.php index 7dfa420aa..c27ed510a 100644 --- a/airtime_mvc/application/configs/constants.php +++ b/airtime_mvc/application/configs/constants.php @@ -1,5 +1,9 @@