increase output of year in compile-date.
This commit is contained in:
parent
6318ad8a7d
commit
6a564c6292
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue