Update config.php

This commit is contained in:
Namhyeon Go 2018-09-26 21:07:07 +09:00 committed by GitHub
parent a73d7594cb
commit c4ec4718f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ if(!function_exists("get_current_datetime")) {
} }
$datetime = date($timeformat, $timestamp); $datetime = date($timeformat, $timestamp);
return $datetime; return $datetime;
} }
} }