Initial checkin v13.0
This commit is contained in:
12
src/config.base.php
Normal file
12
src/config.base.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
//Version
|
||||
define('VERSION', '2.0');
|
||||
define('CACHE_VALUE', '2.0');
|
||||
define('VERSION_DATE', '12/03/2015');
|
||||
define('UI_SHOW_SWITCH_PROFILE', true);
|
||||
|
||||
if(!defined('SIGN_IN_ELEMENT_MAPPING_FIELD_NAME')){define('SIGN_IN_ELEMENT_MAPPING_FIELD_NAME','profile');}
|
||||
|
||||
if(!defined('CONTACT_EMAIL')){define('CONTACT_EMAIL','ice-framework@gamonoid.com');}
|
||||
if(!defined('KEY_PREFIX')){define('KEY_PREFIX','iCEf');}
|
||||
if(!defined('APP_SEC')){define('APP_SEC','4dcxswfrds');}
|
||||
Reference in New Issue
Block a user