Changed tabs to spaces into config.php
This commit is contained in:
parent
cb0c44e14a
commit
e28dba9002
1 changed files with 15 additions and 15 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue