1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

new admin system, ui changes, bugfixes

This commit is contained in:
NoobishSVK
2024-02-27 23:04:26 +01:00
parent 2315f98079
commit 1fb9b99b95
21 changed files with 1038 additions and 411 deletions

View File

@@ -210,7 +210,7 @@ var dataToSend = {
st: false,
st_forced: false,
ps: '',
tp: false,
tp: 0,
ta: 0,
ms: -1,
pty: 0,
@@ -231,7 +231,7 @@ var dataToSend = {
},
country_name: '',
country_iso: 'UN',
users: '',
users: 0,
};
var legacyRdsPiBuffer = null;