This commit is contained in:
Gnieark 2016-07-01 07:56:22 +02:00
parent 839295d745
commit c07bbc2a0a

View File

@ -70,7 +70,7 @@ switch ($_POST['act']){
} }
return json_encode(array( echo json_encode(array(
'status' => 'OK', 'status' => 'OK',
'logs' => $logs 'logs' => $logs
)); ));