Update config.php
This commit is contained in:
parent
3d5b7a2bda
commit
975bd39567
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user