fix bug
parent
244fbf747c
commit
638d8b09e3
|
@ -363,7 +363,7 @@ function api_error_msg($response)
|
||||||
{
|
{
|
||||||
if (isset($response['code'])) $html = $response['code'] . '<br>
|
if (isset($response['code'])) $html = $response['code'] . '<br>
|
||||||
' . $response['message'];
|
' . $response['message'];
|
||||||
else $html = var_dump($response);
|
else $html = json_encode($response, JSON_PRETTY_PRINT);
|
||||||
return $html . '<br><br>
|
return $html . '<br><br>
|
||||||
BRN: ' . $_SERVER['functionBrn'] . '<br>
|
BRN: ' . $_SERVER['functionBrn'] . '<br>
|
||||||
<button onclick="location.href = location.href;">'.getconstStr('Refresh').'</button>';
|
<button onclick="location.href = location.href;">'.getconstStr('Refresh').'</button>';
|
||||||
|
|
Loading…
Reference in New Issue