Changed tabs to spaces into config.php

This commit is contained in:
Alex Tselegidis 2015-04-21 23:21:46 +02:00
parent cb0c44e14a
commit e28dba9002

View file

@ -2,12 +2,12 @@
/* ---------------------------------------------------------------------------- /* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler * Easy!Appointments - Open Source Web Scheduler
* *
* @package EasyAppointments * @package EasyAppointments
* @author A.Tselegidis <alextselegidis@gmail.com> * @author A.Tselegidis <alextselegidis@gmail.com>
* @copyright Copyright (c) 2013 - 2015, Alex Tselegidis * @copyright Copyright (c) 2013 - 2015, Alex Tselegidis
* @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @license http://opensource.org/licenses/GPL-3.0 - GPLv3
* @link http://easyappointments.org * @link http://easyappointments.org
* @since v1.0.0 * @since v1.0.0
* ---------------------------------------------------------------------------- */ * ---------------------------------------------------------------------------- */
/** /**
@ -22,20 +22,20 @@
* file because the old "configuration.php" is not used anymore. * file because the old "configuration.php" is not used anymore.
*/ */
class Config { class Config {
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------
// General Settings // General Settings
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------
const BASE_URL = 'http://url-to-easyappointments-directory'; const BASE_URL = 'http://url-to-easyappointments-directory';
const DEBUG_MODE = FALSE; const DEBUG_MODE = FALSE;
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------
// Database Settings // Database Settings
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------
const DB_HOST = ''; const DB_HOST = '';
const DB_NAME = ''; const DB_NAME = '';
const DB_USERNAME = ''; const DB_USERNAME = '';
const DB_PASSWORD = ''; const DB_PASSWORD = '';
const TABLE_PREFIX = ''; const TABLE_PREFIX = '';
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------
// Google Calendar Sync // Google Calendar Sync