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