Update index.php

This commit is contained in:
Namhyeon Go 2018-05-27 02:43:47 +09:00 committed by GitHub
parent ec91a9ea49
commit 57bb6a340f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,9 @@ if(!array_key_empty("enable_autoload", $config)) {
$default_timezone = get_value_in_array("timezone", $config, "UTC");
date_default_timezone_set($default_timezone);
// write visit log
write_visit_log();
// route controller
$route = get_value_in_array("route", $requests['all'], "");