Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/smanonr..../var/softacul.../openb
File: config.php
<?php
[0] Fix | Delete
defined('BASEPATH') OR exit('No direct script access allowed');
[1] Fix | Delete
[2] Fix | Delete
/*
[3] Fix | Delete
|--------------------------------------------------------------------------
[4] Fix | Delete
| Base Site URL
[5] Fix | Delete
|--------------------------------------------------------------------------
[6] Fix | Delete
|
[7] Fix | Delete
| URL to your CodeIgniter root. Typically this will be your base URL,
[8] Fix | Delete
| WITH a trailing slash:
[9] Fix | Delete
|
[10] Fix | Delete
| http://example.com/
[11] Fix | Delete
|
[12] Fix | Delete
| WARNING: You MUST set this value!
[13] Fix | Delete
|
[14] Fix | Delete
| If it is not set, then CodeIgniter will try guess the protocol and path
[15] Fix | Delete
| your installation, but due to security concerns the hostname will be set
[16] Fix | Delete
| to $_SERVER['SERVER_ADDR'] if available, or localhost otherwise.
[17] Fix | Delete
| The auto-detection mechanism exists only for convenience during
[18] Fix | Delete
| development and MUST NOT be used in production!
[19] Fix | Delete
|
[20] Fix | Delete
| If you need to allow multiple domains, remember that this file is still
[21] Fix | Delete
| a PHP script and you can easily do that on your own.
[22] Fix | Delete
|
[23] Fix | Delete
*/
[24] Fix | Delete
$config['base_url'] = '[[softurl]]';
[25] Fix | Delete
[26] Fix | Delete
/*
[27] Fix | Delete
|--------------------------------------------------------------------------
[28] Fix | Delete
| Index File
[29] Fix | Delete
|--------------------------------------------------------------------------
[30] Fix | Delete
|
[31] Fix | Delete
| Typically this will be your index.php file, unless you've renamed it to
[32] Fix | Delete
| something else. If you are using mod_rewrite to remove the page set this
[33] Fix | Delete
| variable so that it is blank.
[34] Fix | Delete
|
[35] Fix | Delete
*/
[36] Fix | Delete
$config['index_page'] = '[[index_page]]';
[37] Fix | Delete
[38] Fix | Delete
/*
[39] Fix | Delete
|--------------------------------------------------------------------------
[40] Fix | Delete
| URI PROTOCOL
[41] Fix | Delete
|--------------------------------------------------------------------------
[42] Fix | Delete
|
[43] Fix | Delete
| This item determines which server global should be used to retrieve the
[44] Fix | Delete
| URI string. The default setting of 'REQUEST_URI' works for most servers.
[45] Fix | Delete
| If your links do not seem to work, try one of the other delicious flavors:
[46] Fix | Delete
|
[47] Fix | Delete
| 'REQUEST_URI' Uses $_SERVER['REQUEST_URI']
[48] Fix | Delete
| 'QUERY_STRING' Uses $_SERVER['QUERY_STRING']
[49] Fix | Delete
| 'PATH_INFO' Uses $_SERVER['PATH_INFO']
[50] Fix | Delete
|
[51] Fix | Delete
| WARNING: If you set this to 'PATH_INFO', URIs will always be URL-decoded!
[52] Fix | Delete
*/
[53] Fix | Delete
$config['uri_protocol'] = 'REQUEST_URI';
[54] Fix | Delete
[55] Fix | Delete
/*
[56] Fix | Delete
|--------------------------------------------------------------------------
[57] Fix | Delete
| URL suffix
[58] Fix | Delete
|--------------------------------------------------------------------------
[59] Fix | Delete
|
[60] Fix | Delete
| This option allows you to add a suffix to all URLs generated by CodeIgniter.
[61] Fix | Delete
| For more information please see the user guide:
[62] Fix | Delete
|
[63] Fix | Delete
| https://codeigniter.com/user_guide/general/urls.html
[64] Fix | Delete
*/
[65] Fix | Delete
$config['url_suffix'] = '';
[66] Fix | Delete
[67] Fix | Delete
/*
[68] Fix | Delete
|--------------------------------------------------------------------------
[69] Fix | Delete
| Default Language
[70] Fix | Delete
|--------------------------------------------------------------------------
[71] Fix | Delete
|
[72] Fix | Delete
| This determines which set of language files should be used. Make sure
[73] Fix | Delete
| there is an available translation if you intend to use something other
[74] Fix | Delete
| than english.
[75] Fix | Delete
|
[76] Fix | Delete
*/
[77] Fix | Delete
$config['language'] = 'english';
[78] Fix | Delete
[79] Fix | Delete
/*
[80] Fix | Delete
|--------------------------------------------------------------------------
[81] Fix | Delete
| Default Character Set
[82] Fix | Delete
|--------------------------------------------------------------------------
[83] Fix | Delete
|
[84] Fix | Delete
| This determines which character set is used by default in various methods
[85] Fix | Delete
| that require a character set to be provided.
[86] Fix | Delete
|
[87] Fix | Delete
| See http://php.net/htmlspecialchars for a list of supported charsets.
[88] Fix | Delete
|
[89] Fix | Delete
*/
[90] Fix | Delete
$config['charset'] = 'UTF-8';
[91] Fix | Delete
[92] Fix | Delete
/*
[93] Fix | Delete
|--------------------------------------------------------------------------
[94] Fix | Delete
| Enable/Disable System Hooks
[95] Fix | Delete
|--------------------------------------------------------------------------
[96] Fix | Delete
|
[97] Fix | Delete
| If you would like to use the 'hooks' feature you must enable it by
[98] Fix | Delete
| setting this variable to TRUE (boolean). See the user guide for details.
[99] Fix | Delete
|
[100] Fix | Delete
*/
[101] Fix | Delete
$config['enable_hooks'] = FALSE;
[102] Fix | Delete
[103] Fix | Delete
/*
[104] Fix | Delete
|--------------------------------------------------------------------------
[105] Fix | Delete
| Class Extension Prefix
[106] Fix | Delete
|--------------------------------------------------------------------------
[107] Fix | Delete
|
[108] Fix | Delete
| This item allows you to set the filename/classname prefix when extending
[109] Fix | Delete
| native libraries. For more information please see the user guide:
[110] Fix | Delete
|
[111] Fix | Delete
| https://codeigniter.com/user_guide/general/core_classes.html
[112] Fix | Delete
| https://codeigniter.com/user_guide/general/creating_libraries.html
[113] Fix | Delete
|
[114] Fix | Delete
*/
[115] Fix | Delete
$config['subclass_prefix'] = 'PV_';
[116] Fix | Delete
[117] Fix | Delete
/*
[118] Fix | Delete
|--------------------------------------------------------------------------
[119] Fix | Delete
| Composer auto-loading
[120] Fix | Delete
|--------------------------------------------------------------------------
[121] Fix | Delete
|
[122] Fix | Delete
| Enabling this setting will tell CodeIgniter to look for a Composer
[123] Fix | Delete
| package auto-loader script in application/vendor/autoload.php.
[124] Fix | Delete
|
[125] Fix | Delete
| $config['composer_autoload'] = TRUE;
[126] Fix | Delete
|
[127] Fix | Delete
| Or if you have your vendor/ directory located somewhere else, you
[128] Fix | Delete
| can opt to set a specific path as well:
[129] Fix | Delete
|
[130] Fix | Delete
| $config['composer_autoload'] = '/path/to/vendor/autoload.php';
[131] Fix | Delete
|
[132] Fix | Delete
| For more information about Composer, please visit http://getcomposer.org/
[133] Fix | Delete
|
[134] Fix | Delete
| Note: This will NOT disable or override the CodeIgniter-specific
[135] Fix | Delete
| autoloading (application/config/autoload.php)
[136] Fix | Delete
*/
[137] Fix | Delete
$config['composer_autoload'] = realpath(APPPATH . '../vendor/autoload.php');
[138] Fix | Delete
[139] Fix | Delete
/*
[140] Fix | Delete
|--------------------------------------------------------------------------
[141] Fix | Delete
| Allowed URL Characters
[142] Fix | Delete
|--------------------------------------------------------------------------
[143] Fix | Delete
|
[144] Fix | Delete
| This lets you specify which characters are permitted within your URLs.
[145] Fix | Delete
| When someone tries to submit a URL with disallowed characters they will
[146] Fix | Delete
| get a warning message.
[147] Fix | Delete
|
[148] Fix | Delete
| As a security measure you are STRONGLY encouraged to restrict URLs to
[149] Fix | Delete
| as few characters as possible. By default only these are allowed: a-z 0-9~%.:_-
[150] Fix | Delete
|
[151] Fix | Delete
| Leave blank to allow all characters -- but only if you are insane.
[152] Fix | Delete
|
[153] Fix | Delete
| The configured value is actually a regular expression character group
[154] Fix | Delete
| and it will be executed as: ! preg_match('/^[<permitted_uri_chars>]+$/i
[155] Fix | Delete
|
[156] Fix | Delete
| DO NOT CHANGE THIS UNLESS YOU FULLY UNDERSTAND THE REPERCUSSIONS!!
[157] Fix | Delete
|
[158] Fix | Delete
*/
[159] Fix | Delete
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';
[160] Fix | Delete
[161] Fix | Delete
/*
[162] Fix | Delete
|--------------------------------------------------------------------------
[163] Fix | Delete
| Enable Query Strings
[164] Fix | Delete
|--------------------------------------------------------------------------
[165] Fix | Delete
|
[166] Fix | Delete
| By default CodeIgniter uses search-engine friendly segment based URLs:
[167] Fix | Delete
| example.com/who/what/where/
[168] Fix | Delete
|
[169] Fix | Delete
| By default CodeIgniter enables access to the $_GET array. If for some
[170] Fix | Delete
| reason you would like to disable it, set 'allow_get_array' to FALSE.
[171] Fix | Delete
|
[172] Fix | Delete
| You can optionally enable standard query string based URLs:
[173] Fix | Delete
| example.com?who=me&what=something&where=here
[174] Fix | Delete
|
[175] Fix | Delete
| Options are: TRUE or FALSE (boolean)
[176] Fix | Delete
|
[177] Fix | Delete
| The other items let you set the query string 'words' that will
[178] Fix | Delete
| invoke your controllers and its functions:
[179] Fix | Delete
| example.com/index.php?c=controller&m=function
[180] Fix | Delete
|
[181] Fix | Delete
| Please note that some of the helpers won't work as expected when
[182] Fix | Delete
| this feature is enabled, since CodeIgniter is designed primarily to
[183] Fix | Delete
| use segment based URLs.
[184] Fix | Delete
|
[185] Fix | Delete
*/
[186] Fix | Delete
$config['allow_get_array'] = TRUE;
[187] Fix | Delete
$config['enable_query_strings'] = FALSE;
[188] Fix | Delete
$config['controller_trigger'] = 'c';
[189] Fix | Delete
$config['function_trigger'] = 'm';
[190] Fix | Delete
$config['directory_trigger'] = 'd';
[191] Fix | Delete
[192] Fix | Delete
/*
[193] Fix | Delete
|--------------------------------------------------------------------------
[194] Fix | Delete
| Error Logging Threshold
[195] Fix | Delete
|--------------------------------------------------------------------------
[196] Fix | Delete
|
[197] Fix | Delete
| You can enable error logging by setting a threshold over zero. The
[198] Fix | Delete
| threshold determines what gets logged. Threshold options are:
[199] Fix | Delete
|
[200] Fix | Delete
| 0 = Disables logging, Error logging TURNED OFF
[201] Fix | Delete
| 1 = Error Messages (including PHP errors)
[202] Fix | Delete
| 2 = Debug Messages
[203] Fix | Delete
| 3 = Informational Messages
[204] Fix | Delete
| 4 = All Messages
[205] Fix | Delete
|
[206] Fix | Delete
| You can also pass an array with threshold levels to show individual error types
[207] Fix | Delete
|
[208] Fix | Delete
| array(2) = Debug Messages, without Error Messages
[209] Fix | Delete
|
[210] Fix | Delete
| For a live site you'll usually only enable Errors (1) to be logged otherwise
[211] Fix | Delete
| your log files will fill up very fast.
[212] Fix | Delete
|
[213] Fix | Delete
*/
[214] Fix | Delete
$config['log_threshold'] = 0;
[215] Fix | Delete
[216] Fix | Delete
/*
[217] Fix | Delete
|--------------------------------------------------------------------------
[218] Fix | Delete
| Error Logging Directory Path
[219] Fix | Delete
|--------------------------------------------------------------------------
[220] Fix | Delete
|
[221] Fix | Delete
| Leave this BLANK unless you would like to set something other than the default
[222] Fix | Delete
| application/logs/ directory. Use a full server path with trailing slash.
[223] Fix | Delete
|
[224] Fix | Delete
*/
[225] Fix | Delete
$config['log_path'] = '';
[226] Fix | Delete
[227] Fix | Delete
/*
[228] Fix | Delete
|--------------------------------------------------------------------------
[229] Fix | Delete
| Log File Extension
[230] Fix | Delete
|--------------------------------------------------------------------------
[231] Fix | Delete
|
[232] Fix | Delete
| The default filename extension for log files. The default 'php' allows for
[233] Fix | Delete
| protecting the log files via basic scripting, when they are to be stored
[234] Fix | Delete
| under a publicly accessible directory.
[235] Fix | Delete
|
[236] Fix | Delete
| Note: Leaving it blank will default to 'php'.
[237] Fix | Delete
|
[238] Fix | Delete
*/
[239] Fix | Delete
$config['log_file_extension'] = '';
[240] Fix | Delete
[241] Fix | Delete
/*
[242] Fix | Delete
|--------------------------------------------------------------------------
[243] Fix | Delete
| Log File Permissions
[244] Fix | Delete
|--------------------------------------------------------------------------
[245] Fix | Delete
|
[246] Fix | Delete
| The file system permissions to be applied on newly created log files.
[247] Fix | Delete
|
[248] Fix | Delete
| IMPORTANT: This MUST be an integer (no quotes) and you MUST use octal
[249] Fix | Delete
| integer notation (i.e. 0700, 0644, etc.)
[250] Fix | Delete
*/
[251] Fix | Delete
$config['log_file_permissions'] = 0644;
[252] Fix | Delete
[253] Fix | Delete
/*
[254] Fix | Delete
|--------------------------------------------------------------------------
[255] Fix | Delete
| Date Format for Logs
[256] Fix | Delete
|--------------------------------------------------------------------------
[257] Fix | Delete
|
[258] Fix | Delete
| Each item that is logged has an associated date. You can use PHP date
[259] Fix | Delete
| codes to set your own date formatting
[260] Fix | Delete
|
[261] Fix | Delete
*/
[262] Fix | Delete
$config['log_date_format'] = 'Y-m-d H:i:s';
[263] Fix | Delete
[264] Fix | Delete
/*
[265] Fix | Delete
|--------------------------------------------------------------------------
[266] Fix | Delete
| Error Views Directory Path
[267] Fix | Delete
|--------------------------------------------------------------------------
[268] Fix | Delete
|
[269] Fix | Delete
| Leave this BLANK unless you would like to set something other than the default
[270] Fix | Delete
| application/views/errors/ directory. Use a full server path with trailing slash.
[271] Fix | Delete
|
[272] Fix | Delete
*/
[273] Fix | Delete
$config['error_views_path'] = '';
[274] Fix | Delete
[275] Fix | Delete
/*
[276] Fix | Delete
|--------------------------------------------------------------------------
[277] Fix | Delete
| Cache Directory Path
[278] Fix | Delete
|--------------------------------------------------------------------------
[279] Fix | Delete
|
[280] Fix | Delete
| Leave this BLANK unless you would like to set something other than the default
[281] Fix | Delete
| application/cache/ directory. Use a full server path with trailing slash.
[282] Fix | Delete
|
[283] Fix | Delete
*/
[284] Fix | Delete
$config['cache_path'] = '';
[285] Fix | Delete
[286] Fix | Delete
/*
[287] Fix | Delete
|--------------------------------------------------------------------------
[288] Fix | Delete
| Cache Include Query String
[289] Fix | Delete
|--------------------------------------------------------------------------
[290] Fix | Delete
|
[291] Fix | Delete
| Whether to take the URL query string into consideration when generating
[292] Fix | Delete
| output cache files. Valid options are:
[293] Fix | Delete
|
[294] Fix | Delete
| FALSE = Disabled
[295] Fix | Delete
| TRUE = Enabled, take all query parameters into account.
[296] Fix | Delete
| Please be aware that this may result in numerous cache
[297] Fix | Delete
| files generated for the same page over and over again.
[298] Fix | Delete
| array('q') = Enabled, but only take into account the specified list
[299] Fix | Delete
| of query parameters.
[300] Fix | Delete
|
[301] Fix | Delete
*/
[302] Fix | Delete
$config['cache_query_string'] = FALSE;
[303] Fix | Delete
[304] Fix | Delete
/*
[305] Fix | Delete
|--------------------------------------------------------------------------
[306] Fix | Delete
| Encryption Key
[307] Fix | Delete
|--------------------------------------------------------------------------
[308] Fix | Delete
|
[309] Fix | Delete
| If you use the Encryption class, you must set an encryption key.
[310] Fix | Delete
| See the user guide for more info.
[311] Fix | Delete
|
[312] Fix | Delete
| https://codeigniter.com/user_guide/libraries/encryption.html
[313] Fix | Delete
|
[314] Fix | Delete
*/
[315] Fix | Delete
$config['encryption_key'] = '[[encryption_key]]';
[316] Fix | Delete
[317] Fix | Delete
/*
[318] Fix | Delete
|--------------------------------------------------------------------------
[319] Fix | Delete
| Session Variables
[320] Fix | Delete
|--------------------------------------------------------------------------
[321] Fix | Delete
|
[322] Fix | Delete
| 'sess_driver'
[323] Fix | Delete
|
[324] Fix | Delete
| The storage driver to use: files, database, redis, memcached
[325] Fix | Delete
|
[326] Fix | Delete
| 'sess_cookie_name'
[327] Fix | Delete
|
[328] Fix | Delete
| The session cookie name, must contain only [0-9a-z_-] characters
[329] Fix | Delete
|
[330] Fix | Delete
| 'sess_expiration'
[331] Fix | Delete
|
[332] Fix | Delete
| The number of SECONDS you want the session to last.
[333] Fix | Delete
| Setting to 0 (zero) means expire when the browser is closed.
[334] Fix | Delete
|
[335] Fix | Delete
| 'sess_save_path'
[336] Fix | Delete
|
[337] Fix | Delete
| The location to save sessions to, driver dependent.
[338] Fix | Delete
|
[339] Fix | Delete
| For the 'files' driver, it's a path to a writable directory.
[340] Fix | Delete
| WARNING: Only absolute paths are supported!
[341] Fix | Delete
|
[342] Fix | Delete
| For the 'database' driver, it's a table name.
[343] Fix | Delete
| Please read up the manual for the format with other session drivers.
[344] Fix | Delete
|
[345] Fix | Delete
| IMPORTANT: You are REQUIRED to set a valid save path!
[346] Fix | Delete
|
[347] Fix | Delete
| 'sess_match_ip'
[348] Fix | Delete
|
[349] Fix | Delete
| Whether to match the user's IP address when reading the session data.
[350] Fix | Delete
|
[351] Fix | Delete
| WARNING: If you're using the database driver, don't forget to update
[352] Fix | Delete
| your session table's PRIMARY KEY when changing this setting.
[353] Fix | Delete
|
[354] Fix | Delete
| 'sess_time_to_update'
[355] Fix | Delete
|
[356] Fix | Delete
| How many seconds between CI regenerating the session ID.
[357] Fix | Delete
|
[358] Fix | Delete
| 'sess_regenerate_destroy'
[359] Fix | Delete
|
[360] Fix | Delete
| Whether to destroy session data associated with the old session ID
[361] Fix | Delete
| when auto-regenerating the session ID. When set to FALSE, the data
[362] Fix | Delete
| will be later deleted by the garbage collector.
[363] Fix | Delete
|
[364] Fix | Delete
| Other session cookie settings are shared with the rest of the application,
[365] Fix | Delete
| except for 'cookie_prefix' and 'cookie_httponly', which are ignored here.
[366] Fix | Delete
|
[367] Fix | Delete
*/
[368] Fix | Delete
$config['sess_driver'] = 'files';
[369] Fix | Delete
$config['sess_cookie_name'] = 'ci_session';
[370] Fix | Delete
$config['sess_expiration'] = 7200;
[371] Fix | Delete
$config['sess_save_path'] = APPPATH . '/cache/sessions/';
[372] Fix | Delete
$config['sess_match_ip'] = FALSE;
[373] Fix | Delete
$config['sess_time_to_update'] = 300;
[374] Fix | Delete
$config['sess_regenerate_destroy'] = FALSE;
[375] Fix | Delete
[376] Fix | Delete
/*
[377] Fix | Delete
|--------------------------------------------------------------------------
[378] Fix | Delete
| Cookie Related Variables
[379] Fix | Delete
|--------------------------------------------------------------------------
[380] Fix | Delete
|
[381] Fix | Delete
| 'cookie_prefix' = Set a cookie name prefix if you need to avoid collisions
[382] Fix | Delete
| 'cookie_domain' = Set to .your-domain.com for site-wide cookies
[383] Fix | Delete
| 'cookie_path' = Typically will be a forward slash
[384] Fix | Delete
| 'cookie_secure' = Cookie will only be set if a secure HTTPS connection exists.
[385] Fix | Delete
| 'cookie_httponly' = Cookie will only be accessible via HTTP(S) (no javascript)
[386] Fix | Delete
|
[387] Fix | Delete
| Note: These settings (with the exception of 'cookie_prefix' and
[388] Fix | Delete
| 'cookie_httponly') will also affect sessions.
[389] Fix | Delete
|
[390] Fix | Delete
*/
[391] Fix | Delete
$config['cookie_prefix'] = '';
[392] Fix | Delete
$config['cookie_domain'] = '';
[393] Fix | Delete
$config['cookie_path'] = '/';
[394] Fix | Delete
$config['cookie_secure'] = FALSE;
[395] Fix | Delete
$config['cookie_httponly'] = FALSE;
[396] Fix | Delete
[397] Fix | Delete
/*
[398] Fix | Delete
|--------------------------------------------------------------------------
[399] Fix | Delete
| Standardize newlines
[400] Fix | Delete
|--------------------------------------------------------------------------
[401] Fix | Delete
|
[402] Fix | Delete
| Determines whether to standardize newline characters in input data,
[403] Fix | Delete
| meaning to replace \r\n, \r, \n occurrences with the PHP_EOL value.
[404] Fix | Delete
|
[405] Fix | Delete
| This is particularly useful for portability between UNIX-based OSes,
[406] Fix | Delete
| (usually \n) and Windows (\r\n).
[407] Fix | Delete
|
[408] Fix | Delete
*/
[409] Fix | Delete
$config['standardize_newlines'] = FALSE;
[410] Fix | Delete
[411] Fix | Delete
/*
[412] Fix | Delete
|--------------------------------------------------------------------------
[413] Fix | Delete
| Global XSS Filtering
[414] Fix | Delete
|--------------------------------------------------------------------------
[415] Fix | Delete
|
[416] Fix | Delete
| Determines whether the XSS filter is always active when GET, POST or
[417] Fix | Delete
| COOKIE data is encountered
[418] Fix | Delete
|
[419] Fix | Delete
| WARNING: This feature is DEPRECATED and currently available only
[420] Fix | Delete
| for backwards compatibility purposes!
[421] Fix | Delete
|
[422] Fix | Delete
*/
[423] Fix | Delete
$config['global_xss_filtering'] = FALSE;
[424] Fix | Delete
[425] Fix | Delete
/*
[426] Fix | Delete
|--------------------------------------------------------------------------
[427] Fix | Delete
| Cross Site Request Forgery
[428] Fix | Delete
|--------------------------------------------------------------------------
[429] Fix | Delete
| Enables a CSRF cookie token to be set. When set to TRUE, token will be
[430] Fix | Delete
| checked on a submitted form. If you are accepting user data, it is strongly
[431] Fix | Delete
| recommended CSRF protection be enabled.
[432] Fix | Delete
|
[433] Fix | Delete
| 'csrf_token_name' = The token name
[434] Fix | Delete
| 'csrf_cookie_name' = The cookie name
[435] Fix | Delete
| 'csrf_expire' = The number in seconds the token should expire.
[436] Fix | Delete
| 'csrf_regenerate' = Regenerate token on every submission
[437] Fix | Delete
| 'csrf_exclude_uris' = Array of URIs which ignore CSRF checks
[438] Fix | Delete
*/
[439] Fix | Delete
$config['csrf_protection'] = FALSE;
[440] Fix | Delete
$config['csrf_token_name'] = 'csrf_test_name';
[441] Fix | Delete
$config['csrf_cookie_name'] = 'csrf_cookie_name';
[442] Fix | Delete
$config['csrf_expire'] = 7200;
[443] Fix | Delete
$config['csrf_regenerate'] = TRUE;
[444] Fix | Delete
$config['csrf_exclude_uris'] = array();
[445] Fix | Delete
[446] Fix | Delete
/*
[447] Fix | Delete
|--------------------------------------------------------------------------
[448] Fix | Delete
| Output Compression
[449] Fix | Delete
|--------------------------------------------------------------------------
[450] Fix | Delete
|
[451] Fix | Delete
| Enables Gzip output compression for faster page loads. When enabled,
[452] Fix | Delete
| the output class will test whether your server supports Gzip.
[453] Fix | Delete
| Even if it does, however, not all browsers support compression
[454] Fix | Delete
| so enable only if you are reasonably sure your visitors can handle it.
[455] Fix | Delete
|
[456] Fix | Delete
| Only used if zlib.output_compression is turned off in your php.ini.
[457] Fix | Delete
| Please do not use it together with httpd-level output compression.
[458] Fix | Delete
|
[459] Fix | Delete
| VERY IMPORTANT: If you are getting a blank page when compression is enabled it
[460] Fix | Delete
| means you are prematurely outputting something to your browser. It could
[461] Fix | Delete
| even be a line of whitespace at the end of one of your scripts. For
[462] Fix | Delete
| compression to work, nothing can be sent before the output buffer is called
[463] Fix | Delete
| by the output class. Do not 'echo' any values with compression enabled.
[464] Fix | Delete
|
[465] Fix | Delete
*/
[466] Fix | Delete
$config['compress_output'] = FALSE;
[467] Fix | Delete
[468] Fix | Delete
/*
[469] Fix | Delete
|--------------------------------------------------------------------------
[470] Fix | Delete
| Master Time Reference
[471] Fix | Delete
|--------------------------------------------------------------------------
[472] Fix | Delete
|
[473] Fix | Delete
| Options are 'local' or any PHP supported timezone. This preference tells
[474] Fix | Delete
| the system whether to use your server's local time as the master 'now'
[475] Fix | Delete
| reference, or convert it to the configured one timezone. See the 'date
[476] Fix | Delete
| helper' page of the user guide for information regarding date handling.
[477] Fix | Delete
|
[478] Fix | Delete
*/
[479] Fix | Delete
$config['time_reference'] = 'local';
[480] Fix | Delete
[481] Fix | Delete
/*
[482] Fix | Delete
|--------------------------------------------------------------------------
[483] Fix | Delete
| Rewrite PHP Short Tags
[484] Fix | Delete
|--------------------------------------------------------------------------
[485] Fix | Delete
|
[486] Fix | Delete
| If your PHP installation does not have short tag support enabled CI
[487] Fix | Delete
| can rewrite the tags on-the-fly, enabling you to utilize that syntax
[488] Fix | Delete
| in your view files. Options are TRUE or FALSE (boolean)
[489] Fix | Delete
|
[490] Fix | Delete
| Note: You need to have eval() enabled for this to work.
[491] Fix | Delete
|
[492] Fix | Delete
*/
[493] Fix | Delete
$config['rewrite_short_tags'] = FALSE;
[494] Fix | Delete
[495] Fix | Delete
/*
[496] Fix | Delete
|--------------------------------------------------------------------------
[497] Fix | Delete
| Reverse Proxy IPs
[498] Fix | Delete
|--------------------------------------------------------------------------
[499] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function