mirror of
https://github.com/unraid/webgui.git
synced 2026-01-24 10:28:39 -06:00
revert: upc anonMode
This commit is contained in:
@@ -287,10 +287,6 @@
|
||||
'iAgree' => _('I agree to the'),
|
||||
'text' => _('Terms of Use'),
|
||||
],
|
||||
'anonMode' => [
|
||||
'name' => _('Anonymous Mode'),
|
||||
'label' => _('Keep server details anonymous'),
|
||||
],
|
||||
],
|
||||
'routes' => [
|
||||
'extendTrial' => [
|
||||
@@ -453,7 +449,6 @@
|
||||
];
|
||||
// feeds server vars to Vuex store in a slightly different array than state.php
|
||||
$serverstate = [
|
||||
"anonMode" => $remote['anonMode'] === 'true',
|
||||
"avatar" => $remote['avatar'],
|
||||
"deviceCount" => $var['deviceCount'],
|
||||
"email" => ($remote['email']) ? $remote['email'] : '',
|
||||
|
||||
@@ -53,7 +53,6 @@ $arr['keyfile'] = $key_contents;
|
||||
$arr['reggen'] = $var['regGen'];
|
||||
$arr['flashproduct'] = $var['flashProduct'];
|
||||
$arr['flashvendor'] = $var['flashVendor'];
|
||||
$arr['anonMode'] = $remote['anonMode'] === 'true';
|
||||
$arr['servername'] = $var['NAME'];
|
||||
$arr['serverdesc'] = $var['COMMENT'];
|
||||
$arr['internalip'] = $_SERVER['SERVER_ADDR'];
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user