mirror of
https://github.com/unraid/api.git
synced 2026-03-07 08:50:06 -06:00
refactor(web): progress on regExp & dateTimeFormat from server
This commit is contained in:
@@ -41,6 +41,10 @@ $serverState = [
|
||||
"connectPluginInstalled" => $connectPluginInstalled,
|
||||
"connectPluginVersion" => $connectPluginVersion,
|
||||
"csrf" => $var['csrf_token'],
|
||||
"dateTimeFormat" => [
|
||||
"date" => $var['date_format'],
|
||||
"time" => $var['time_format'],
|
||||
],
|
||||
"description" => $var['COMMENT'] ? htmlspecialchars($var['COMMENT']) : '',
|
||||
"deviceCount" => $var['deviceCount'],
|
||||
"email" => $myservers['remote']['email'] ?? '',
|
||||
|
||||
Reference in New Issue
Block a user