Initial commit

This commit is contained in:
2022-07-10 10:27:25 +03:00
commit e3e7af347b
22 changed files with 1618 additions and 0 deletions

10
config/logger.php Normal file
View File

@ -0,0 +1,10 @@
<?php
return [
/**
* Available logging types: html, error_log, both
* default: html
*/
'log_type' => $_ENV['LOG_TYPE'] ?? 'html',
];