Update config.php
This commit is contained in:
parent
975bd39567
commit
1632fcd1e8
|
@ -63,7 +63,8 @@ if(!function_exists("get_current_datetime")) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return date($timeformat, $timestamp);
|
$datetime = date($timeformat, $timestamp);
|
||||||
|
return $datetime;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user