config.php File Reference

Go to the source code of this file.


Variables

 $config ['base_url'] = "http://your-site.com/"
 $config ['index_page'] = "index.php"
 $config ['uri_protocol'] = "AUTO"
 $config ['url_suffix'] = ""
 $config ['language'] = "english"
 $config ['charset'] = "UTF-8"
 $config ['enable_hooks'] = FALSE
 $config ['subclass_prefix'] = 'MY_'
 $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 ['log_threshold'] = 0
 $config ['log_path'] = ''
 $config ['log_date_format'] = 'Y-m-d H:i:s'
 $config ['cache_path'] = ''
 $config ['encryption_key'] = ""
 $config ['sess_cookie_name'] = 'ci_session'
 $config ['sess_expiration'] = 7200
 $config ['sess_encrypt_cookie'] = FALSE
 $config ['sess_use_database'] = FALSE
 $config ['sess_table_name'] = 'ci_sessions'
 $config ['sess_match_ip'] = FALSE
 $config ['sess_match_useragent'] = TRUE
 $config ['sess_time_to_update'] = 300
 $config ['cookie_prefix'] = ""
 $config ['cookie_domain'] = ""
 $config ['cookie_path'] = "/"
 $config ['global_xss_filtering'] = FALSE
 $config ['compress_output'] = FALSE
 $config ['time_reference'] = 'local'
 $config ['rewrite_short_tags'] = FALSE

Variable Documentation

$config['rewrite_short_tags'] = FALSE

Definition at line 311 of file config.php.

$config['time_reference'] = 'local'

Definition at line 298 of file config.php.

$config['compress_output'] = FALSE

Definition at line 285 of file config.php.

$config['global_xss_filtering'] = FALSE

Definition at line 266 of file config.php.

$config['cookie_path'] = "/"

Definition at line 255 of file config.php.

$config['cookie_domain'] = ""

Definition at line 254 of file config.php.

$config['cookie_prefix'] = ""

Definition at line 253 of file config.php.

$config['sess_time_to_update'] = 300

Definition at line 241 of file config.php.

$config['sess_match_useragent'] = TRUE

Definition at line 240 of file config.php.

$config['sess_match_ip'] = FALSE

Definition at line 239 of file config.php.

$config['sess_table_name'] = 'ci_sessions'

Definition at line 238 of file config.php.

$config['sess_use_database'] = FALSE

Definition at line 237 of file config.php.

$config['sess_encrypt_cookie'] = FALSE

Definition at line 236 of file config.php.

$config['sess_expiration'] = 7200

Definition at line 235 of file config.php.

$config['sess_cookie_name'] = 'ci_session'

Definition at line 234 of file config.php.

$config['encryption_key'] = ""

Definition at line 220 of file config.php.

$config['cache_path'] = ''

Definition at line 209 of file config.php.

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

Definition at line 198 of file config.php.

$config['log_path'] = ''

Definition at line 187 of file config.php.

$config['log_threshold'] = 0

Definition at line 176 of file config.php.

$config['directory_trigger'] = 'd'

Definition at line 154 of file config.php.

$config['function_trigger'] = 'm'

Definition at line 153 of file config.php.

$config['controller_trigger'] = 'c'

Definition at line 152 of file config.php.

$config['enable_query_strings'] = FALSE

Definition at line 151 of file config.php.

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

Definition at line 126 of file config.php.

$config['subclass_prefix'] = 'MY_'

Definition at line 106 of file config.php.

$config['enable_hooks'] = FALSE

Definition at line 91 of file config.php.

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

Definition at line 80 of file config.php.

$config['language'] = "english"

Definition at line 69 of file config.php.

$config['url_suffix'] = ""

Definition at line 57 of file config.php.

$config['uri_protocol'] = "AUTO"

Definition at line 44 of file config.php.

$config['index_page'] = "index.php"

Definition at line 26 of file config.php.