mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 08:49:16 +02:00
admin dashboard, bugfixes, cleanup
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ var day = currentDate.getDate();
|
||||
var month = currentDate.getMonth() + 1; // Months are zero-indexed, so add 1
|
||||
var year = currentDate.getFullYear();
|
||||
var formattedDate = day + '/' + month + '/' + year;
|
||||
var currentVersion = 'v1.1.4 [' + formattedDate + ']';
|
||||
var currentVersion = 'v1.1.5 [' + formattedDate + ']';
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user