| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /home/devsafetybis/op4103.dev.safetybis.com/system/config/ |
| Current File : /home/devsafetybis/op4103.dev.safetybis.com/system/config/default.php |
<?php // Site $_['site_url'] = ''; // Language $_['language_code'] = 'en-gb'; // Date $_['date_timezone'] = 'UTC'; // Database $_['db_autostart'] = false; $_['db_engine'] = 'mysqli'; // mysqli, pdo or pgsql $_['db_hostname'] = 'localhost'; $_['db_username'] = 'root'; $_['db_password'] = ''; $_['db_database'] = ''; $_['db_port'] = 3306; //$_['db_ssl_key'] = ''; //$_['db_ssl_cert'] = ''; //$_['db_ssl_ca'] = ''; // Mail $_['mail_engine'] = 'mail'; // mail or smtp $_['mail_from'] = ''; // Your E-Mail $_['mail_sender'] = ''; // Your name or company name $_['mail_reply_to'] = ''; // Reply to E-Mail $_['mail_smtp_hostname'] = ''; $_['mail_smtp_username'] = ''; $_['mail_smtp_password'] = ''; $_['mail_smtp_port'] = 25; $_['mail_smtp_timeout'] = 5; $_['mail_verp'] = false; $_['mail_parameter'] = ''; // Cache $_['cache_engine'] = 'file'; // apc, file, mem, memcached or redis $_['cache_expire'] = 3600; // Session $_['session_autostart'] = false; $_['session_engine'] = 'file'; // db or file $_['session_name'] = 'OCSESSID'; $_['session_domain'] = ''; $_['session_path'] = !empty($_SERVER['PHP_SELF']) ? rtrim(dirname($_SERVER['PHP_SELF']), '/') . '/' : '/'; $_['session_expire'] = 86400; $_['session_probability'] = 1; $_['session_divisor'] = 5; $_['session_samesite'] = 'Strict'; // Template $_['template_engine'] = 'twig'; $_['template_extension'] = '.twig'; // Error $_['error_display'] = true; // You need to change this to false on a live site. $_['error_log'] = true; $_['error_filename'] = 'error.log'; $_['error_page'] = 'error.html'; // Response $_['response_header'] = ['Content-Type: text/html; charset=utf-8']; $_['response_compression'] = 0; // Actions $_['action_default'] = 'common/home'; $_['action_error'] = 'error/not_found'; $_['action_pre_action'] = []; $_['action_event'] = [];