Update config.php

This commit is contained in:
Namhyeon Go 2018-09-26 19:33:11 +09:00 committed by GitHub
parent 3d5b7a2bda
commit 975bd39567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ if(!function_exists("get_current_datetime")) {
function get_current_datetime() {
$datetime = false;
$config = get_config();
$config = get_config();
$timestamp = date();
$timeformat = get_value_in_array("timeformat", $config, "Y-m-d H:i:s");