summaryrefslogtreecommitdiff
path: root/classes/config.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-12-01 13:37:25 +0300
committerAndrew Dolgov <[email protected]>2021-12-01 13:37:25 +0300
commitaaebe55456b34b878b7bcccef021af7f2c8d3a75 (patch)
treeded384a94570efb607e98a64bacab63f6b24ad39 /classes/config.php
parenta72e24343bddbee4aa2b354aabd91b55e33cd71e (diff)
Revert "replace strftime with date"
This reverts commit 72e21f89ce2465fafc08a92dc2d216b55f355f28.
Diffstat (limited to 'classes/config.php')
-rw-r--r--classes/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/config.php b/classes/config.php
index 11d2a1bb7..4c8d79ac8 100644
--- a/classes/config.php
+++ b/classes/config.php
@@ -359,7 +359,7 @@ class Config {
if ($check == "version") {
- $rv["version"] = date("Y.m", (int)$timestamp) . "-$commit";
+ $rv["version"] = date("%y.%m", (int)$timestamp) . "-$commit";
$rv["commit"] = $commit;
$rv["timestamp"] = $timestamp;