From 4f8ca2a7f828c40837adca6eefdd36c2205bd0a6 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 30 Dec 2015 23:27:34 +0100 Subject: [PATCH] Change the app title to BETA. --- src/application/config/config.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/application/config/config.php b/src/application/config/config.php index e5057929..4175bddd 100644 --- a/src/application/config/config.php +++ b/src/application/config/config.php @@ -9,16 +9,10 @@ | the global "config" variable. | */ -$config['easyappointments'] = array( - 'version' => '1.1.0', // This must be changed manually. - 'title' => 'Develop' // Leave empty for no title or add BETA, TEST etc ... -); - $config['ea_version'] = '1.1.0'; // This must be changed manually. -$config['ea_release_title'] = 'Develop'; // Leave empty for no title or add BETA, TEST etc ... +$config['ea_release_title'] = 'BETA'; // Leave empty for no title or add BETA, TEST etc ... $config['ea_google_sync_feature'] = Config::GOOGLE_SYNC_FEATURE; - /* |-------------------------------------------------------------------------- | Base Site URL