BAOBAB
common.inc.php
Go to the documentation of this file.
1 <?php
2 /***************************************************************************************************************************/
26 defined( 'LGV_LANG_CATCHER' ) or die ( 'Cannot Execute Directly' ); // Makes sure that this file is in the correct context.
27 
28 global $g_lang_override; // This allows us to override the configured language at initiation time.
29 
30 if (isset($g_lang_override) && $g_lang_override && file_exists(dirname(__FILE__).'/'.$lang.'.php')) {
32 } else {
34 }
35 
36 $lang_common_file = CO_Config::cobra_lang_class_dir().'/common.inc.php';
37 
38 require_once(dirname(__FILE__).'/'.$lang.'.php');
39 require_once($lang_file);
40 require_once($lang_common_file);
41 
42 /***************************************************************************************************************************/
54 }
55 ?>
if(!defined('LGV_ACCESS_CATCHER')) if(!defined( 'LGV_ANDISOL_CATCHER'))
static $andisol_error_code_login_instance_failed_to_initialize
Definition: common.inc.php:47
static $andisol_error_code_user_not_authorized
Definition: common.inc.php:46
static $andisol_error_code_user_not_deleted
Definition: common.inc.php:50
static $andisol_error_code_login_instance_unavailable
Definition: common.inc.php:48
static $andisol_error_code_location_failed_to_initialize
Definition: common.inc.php:53
static $andisol_error_code_login_not_deleted
Definition: common.inc.php:51
static $andisol_error_code_insufficient_location_information
Definition: common.inc.php:52
static $andisol_error_code_user_instance_unavailable
Definition: common.inc.php:49
$lang_file
Definition: common.inc.php:36
global $g_lang_override
Definition: common.inc.php:29
$lang_common_file
Definition: common.inc.php:37