Example #1
0
|
| If your PHP installation does not have short tag support enabled CI
| can rewrite the tags on-the-fly, enabling you to utilize that syntax
| in your view files.  Options are TRUE or FALSE (boolean)
|
*/
$config['rewrite_short_tags'] = FALSE;
/*
|--------------------------------------------------------------------------
| Reverse Proxy IPs
|--------------------------------------------------------------------------
|
| If your server is behind a reverse proxy, you must whitelist the proxy IP
| addresses from which CodeIgniter should trust the HTTP_X_FORWARDED_FOR
| header in order to properly identify the visitor's IP address.
| Comma-delimited, e.g. '10.0.1.200,10.0.1.201'
|
*/
$config['proxy_ips'] = '';
/*
|--------------------------------------------------------------------------
| PHPMailer default settings
|--------------------------------------------------------------------------
|
| If you need to use SMTP server or change any options of PHPMailer,
| you can set them in main config.php file.
|
*/
$config['php_mailer'] = method_exists('Config', 'PHPMailer') ? Config::PHPMailer() : array();
/* End of file config.php */
/* Location: ./application/config/config.php */