1<?php
2/*
3 * LimeSurvey
4 * Copyright (C) 2007-2011 The LimeSurvey Project Team / Carsten Schmitz
5 * All rights reserved.
6 * License: GNU/GPL License v2 or later, see LICENSE.php
7 * LimeSurvey is free software. This version may have been modified pursuant
8 * to the GNU General Public License, and as distributed it includes or
9 * is derivative of works licensed under the GNU General Public License or
10 * other free or open source software licenses.
11 * See COPYRIGHT.php for copyright notices and details.
12 *
13 */
14
15
16    // THIS FILE SHOULD NOT BE CHANGED MANUALLY !
17
18$config['updaterversion'] = 8;
19$config['comfort_update_server_url'] = 'comfortupdate.limesurvey.org/';
20//$config['comfort_update_server_url'] = 'web.comfortupdate.org/';
21$config['comfort_update_server_ssl'] = 0;
22return $config;
23