From c07bbc2a0a9b4e1ee7e20ff0bae33536a7e5d282 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Fri, 1 Jul 2016 07:56:22 +0200 Subject: [PATCH] fix php --- src/arenas/tron/act.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arenas/tron/act.php b/src/arenas/tron/act.php index f3b7722..7486a80 100644 --- a/src/arenas/tron/act.php +++ b/src/arenas/tron/act.php @@ -70,7 +70,7 @@ switch ($_POST['act']){ } - return json_encode(array( + echo json_encode(array( 'status' => 'OK', 'logs' => $logs ));