mirror of
https://github.com/unraid/api.git
synced 2026-01-20 23:49:39 -06:00
fix(plg): missing comma in php
This commit is contained in:
@@ -1037,7 +1037,7 @@ if (!window.Vue) {
|
||||
"flashvendor" => $var['flashVendor'],
|
||||
"guid" => $var['flashGUID'],
|
||||
"internalport" => $_SERVER['SERVER_PORT'],
|
||||
"keyfile" => str_replace(['+','/','='], ['-','_',''], trim(base64_encode(@file_get_contents($var['regFILE']))))
|
||||
"keyfile" => str_replace(['+','/','='], ['-','_',''], trim(base64_encode(@file_get_contents($var['regFILE'])))),
|
||||
"protocol" => $_SERVER['REQUEST_SCHEME'],
|
||||
"reggen" => (int)$var['regGen'],
|
||||
"registered" => empty($remote['apikey']) || empty($var['regFILE']) ? 0 : 1,
|
||||
|
||||
Reference in New Issue
Block a user