mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 00:42:15 +00:00
phrases system
This commit is contained in:
+8
-5
@@ -347,10 +347,13 @@ if (isset($assign_to_config) && is_array($assign_to_config))
|
||||
*/
|
||||
$LANG =& load_class('Lang', 'core');
|
||||
|
||||
define('FHC_INTEGER',1);
|
||||
define('FHC_STRING',2);
|
||||
define('FHC_BOOLEAN',3);
|
||||
define('FHC_LANG_ARRAY',4);
|
||||
if (!defined('FHC_INTEGER'))
|
||||
{
|
||||
define('FHC_INTEGER',1);
|
||||
define('FHC_STRING',2);
|
||||
define('FHC_BOOLEAN',3);
|
||||
define('FHC_LANG_ARRAY',4);
|
||||
}
|
||||
|
||||
function &get_instance()
|
||||
{
|
||||
@@ -369,4 +372,4 @@ require_once(dirname(__FILE__).'/application/core/FHC_Model.php');
|
||||
$model=new CI_Model();
|
||||
|
||||
// Traits
|
||||
require_once(dirname(__FILE__).'/ci_db_extra.php');
|
||||
require_once(dirname(__FILE__).'/ci_db_extra.php');
|
||||
|
||||
Reference in New Issue
Block a user