| 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/install.php |
<?php // Site $_['site_url'] = HTTP_SERVER; // Language $_['language_code'] = 'en-gb'; // Template $_['template_engine'] = 'twig'; // Error $_['error_display'] = true; // Actions $_['action_default'] = 'install/step_1'; $_['action_error'] = 'error/not_found'; $_['action_pre_action'] = [ 'startup/install', 'startup/upgrade', 'startup/database' ]; // Action Events $_['action_event'] = [];