iLink App - Backoffice  2.0.0
config.php File Reference

Variables

 $config ['base_url'] = 'http://'.$_SERVER['SERVER_NAME'].'/backofficeiLinkTest'
 
 $config ['index_page'] = ''
 
 $config ['uri_protocol'] = 'REQUEST_URI'
 
 $config ['url_suffix'] = ''
 
 $config ['language'] = 'english'
 
 $config ['charset'] = 'UTF-8'
 
 $config ['enable_hooks'] = TRUE
 
 $config ['subclass_prefix'] = 'MY_'
 
 $config ['composer_autoload'] = FCPATH.'vendor/autoload.php'
 
 $config ['permitted_uri_chars'] = 'a-z 0-9~%.:_\-'
 
 $config ['enable_query_strings'] = FALSE
 
 $config ['controller_trigger'] = 'c'
 
 $config ['function_trigger'] = 'm'
 
 $config ['directory_trigger'] = 'd'
 
 $config ['allow_get_array'] = TRUE
 
 $config ['log_threshold'] = 0
 
 $config ['log_path'] = ''
 
 $config ['log_file_extension'] = ''
 
 $config ['log_file_permissions'] = 0644
 
 $config ['log_date_format'] = 'Y-m-d H:i:s'
 
 $config ['error_views_path'] = ''
 
 $config ['cache_path'] = ''
 
 $config ['cache_query_string'] = FALSE
 
 $config ['encryption_key'] = ''
 
 $config ['sess_driver'] = 'files'
 
 $config ['sess_cookie_name'] = 'ci_session'
 
 $config ['sess_expiration'] = 7200
 
 $config ['sess_save_path'] = NULL
 
 $config ['sess_match_ip'] = FALSE
 
 $config ['sess_time_to_update'] = 300
 
 $config ['sess_regenerate_destroy'] = FALSE
 
 $config ['cookie_prefix'] = ''
 
 $config ['cookie_domain'] = ''
 
 $config ['cookie_path'] = '/'
 
 $config ['cookie_secure'] = FALSE
 
 $config ['cookie_httponly'] = FALSE
 
 $config ['standardize_newlines'] = FALSE
 
 $config ['global_xss_filtering'] = FALSE
 
 $config ['csrf_protection'] = FALSE
 
 $config ['csrf_token_name'] = 'csrf_test_name'
 
 $config ['csrf_cookie_name'] = 'csrf_cookie_name'
 
 $config ['csrf_expire'] = 7200
 
 $config ['csrf_regenerate'] = TRUE
 
 $config ['csrf_exclude_uris'] = array()
 
 $config ['compress_output'] = FALSE
 
 $config ['time_reference'] = 'local'
 
 $config ['rewrite_short_tags'] = FALSE
 
 $config ['proxy_ips'] = ''
 

Variable Documentation

◆ $config [1/48]

$config[ 'allow_get_array'] = TRUE

◆ $config [2/48]

$config[ 'base_url'] = 'http://'.$_SERVER['SERVER_NAME'].'/backofficeiLinkTest'

◆ $config [3/48]

$config[ 'cache_path'] = ''

◆ $config [4/48]

$config[ 'cache_query_string'] = FALSE

◆ $config [5/48]

$config[ 'charset'] = 'UTF-8'

◆ $config [6/48]

$config[ 'composer_autoload'] = FCPATH.'vendor/autoload.php'

◆ $config [7/48]

$config[ 'compress_output'] = FALSE

◆ $config [8/48]

$config[ 'controller_trigger'] = 'c'

◆ $config [9/48]

$config[ 'cookie_domain'] = ''

◆ $config [10/48]

$config[ 'cookie_httponly'] = FALSE

◆ $config [11/48]

$config[ 'cookie_path'] = '/'

◆ $config [12/48]

$config[ 'cookie_prefix'] = ''

◆ $config [13/48]

$config[ 'cookie_secure'] = FALSE

◆ $config [14/48]

$config[ 'csrf_cookie_name'] = 'csrf_cookie_name'

◆ $config [15/48]

$config[ 'csrf_exclude_uris'] = array()

◆ $config [16/48]

$config[ 'csrf_expire'] = 7200

◆ $config [17/48]

$config[ 'csrf_protection'] = FALSE

◆ $config [18/48]

$config[ 'csrf_regenerate'] = TRUE

◆ $config [19/48]

$config[ 'csrf_token_name'] = 'csrf_test_name'

◆ $config [20/48]

$config[ 'directory_trigger'] = 'd'

◆ $config [21/48]

$config[ 'enable_hooks'] = TRUE

◆ $config [22/48]

$config[ 'enable_query_strings'] = FALSE

◆ $config [23/48]

$config[ 'encryption_key'] = ''

◆ $config [24/48]

$config[ 'error_views_path'] = ''

◆ $config [25/48]

$config[ 'function_trigger'] = 'm'

◆ $config [26/48]

$config[ 'global_xss_filtering'] = FALSE

◆ $config [27/48]

$config[ 'index_page'] = ''

◆ $config [28/48]

$config[ 'language'] = 'english'

◆ $config [29/48]

$config[ 'log_date_format'] = 'Y-m-d H:i:s'

◆ $config [30/48]

$config[ 'log_file_extension'] = ''

◆ $config [31/48]

$config[ 'log_file_permissions'] = 0644

◆ $config [32/48]

$config[ 'log_path'] = ''

◆ $config [33/48]

$config[ 'log_threshold'] = 0

◆ $config [34/48]

$config[ 'permitted_uri_chars'] = 'a-z 0-9~%.:_\-'

◆ $config [35/48]

$config[ 'proxy_ips'] = ''

◆ $config [36/48]

$config[ 'rewrite_short_tags'] = FALSE

◆ $config [37/48]

$config[ 'sess_cookie_name'] = 'ci_session'

◆ $config [38/48]

$config[ 'sess_driver'] = 'files'

◆ $config [39/48]

$config[ 'sess_expiration'] = 7200

◆ $config [40/48]

$config[ 'sess_match_ip'] = FALSE

◆ $config [41/48]

$config[ 'sess_regenerate_destroy'] = FALSE

◆ $config [42/48]

$config[ 'sess_save_path'] = NULL

◆ $config [43/48]

$config[ 'sess_time_to_update'] = 300

◆ $config [44/48]

$config[ 'standardize_newlines'] = FALSE

◆ $config [45/48]

$config[ 'subclass_prefix'] = 'MY_'

◆ $config [46/48]

$config[ 'time_reference'] = 'local'

◆ $config [47/48]

$config[ 'uri_protocol'] = 'REQUEST_URI'

◆ $config [48/48]

$config[ 'url_suffix'] = ''