diff --git a/include/functions.php b/include/functions.php index 8bcd938..2218e0e 100644 --- a/include/functions.php +++ b/include/functions.php @@ -15,7 +15,7 @@ function getMMDVMHostFileVersion() { // returns creation-time of MMDVMHost as version-number $filename = MMDVMHOSTPATH."/MMDVMHost"; if (file_exists($filename)) { - return date("d M y", filectime($filename)); + return date("d M Y", filectime($filename)); } }