mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 21:16:23 +05:30
[TASK] better development process
This commit is contained in:
parent
99422e158e
commit
65adddb3dd
3 changed files with 8 additions and 4 deletions
|
|
@ -4,7 +4,6 @@
|
|||
date_default_timezone_set('Asia/Jakarta');
|
||||
|
||||
// Load the configuration file
|
||||
$config_file = 'config/config.ini';
|
||||
config('source', $config_file);
|
||||
if(config('timezone')) {
|
||||
date_default_timezone_set(config('timezone'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue