first commit

This commit is contained in:
sujan
2024-08-06 18:06:00 +05:45
commit a2fa49071a
2745 changed files with 391199 additions and 0 deletions

24
system/config/install.php Normal file
View File

@ -0,0 +1,24 @@
<?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'] = [];