<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
 *******************************************************************************
 *
 * The main values configuration file
 *
 *******************************************************************************
 *
 * <i>DO NOT CHANGE THIS FILE UNLESS YOU FULLY UNDERSTAND THE REPERCUSSIONS!!</i>
 *
 * @package config
 * @version $Id$
 */
require_once APPPATH.'config/config-global.php';
require_once APPPATH.'config/config-default.php';
if (file_exists(APPPATH.'config/config-unittests.php')) {
    require_once 'config-unittests.php';
}

/**
 *******************************************************************************
 * Language
 *******************************************************************************
 */

/**
 * Default Language
 *
 * {@source}
 *
 * This determines which set of language files should be used.
 *
 * For all possible locales see {@link Languages::$languages}
 *
 * Default language used by the system
 *
 * <i>USE THIS TO MODIFY UNTERMSTRICH</i>
 * @global string $config['language']
 */
$config['language']	= '##Change this to your language##';


/**
 * Default date locale (<samp>'de'</samp>, <samp>'en'</samp>, <samp>'dk'</samp>, <samp>'us'</samp>, <samp>'iso'</samp>, <samp>'za'</samp>, <samp>'hu'</samp>)
 *
 * {@source}
 *
 * For all possible locales see {@link Languages::$datelocales}
 *
 * This is only a fallback if the browser did not send anything
 *
 * <i>USE THIS TO MODIFY UNTERMSTRICH</i>
 * @global string $config['us_datelocale']
 */
$config['us_datelocale'] = '##Change this to your datelocale##';

/**
 * Default number locale (<samp>'de'</samp>, <samp>'en'</samp>, <samp>'hu'</samp>, <samp>'ch'</samp>)
 *
 * {@source}
 *
 * For all possible locales see {@link Languages::$numberlocales}
 *
 * This is only a fallback if the browser did not send anything
 *
 * <i>USE THIS TO MODIFY UNTERMSTRICH</i>
 * @global string $config['us_numberlocale']
 */
$config['us_numberlocale'] = '##Change this to your numberlocale##';

/**
 *******************************************************************************
 * untermStrich config
 *******************************************************************************
 */

/**
 * Path to the data directory
 *
 * {@source}
 *
 *     Take care - Apache and PHP have to have the right to read and write within this directory.<br>
 *     Take care - Add a / at the end<br>
 *     Take care - Even when using Windows you have to use / not \
 *     Take care - It is not possible to use drive letters of network shares - Use the UNC name instead e.g. //pc1/share
 *
 * <i>USE THIS TO MODIFY UNTERMSTRICH</i>
 * @global string $config['us_datapath']
 */
$config['us_datapath'] = '##Change this to your database data path##';

/**
 *******************************************************************************
 * System specific config
 *******************************************************************************
 */
;##Any specific settings will be added here##
