diff options
-rw-r--r-- | MainApp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MainApp.php b/MainApp.php index 95b3efa..4bf4543 100644 --- a/MainApp.php +++ b/MainApp.php @@ -124,7 +124,7 @@ class MainApp static function ok($msg) { - $ok = array('result' => 'ok', 'msg' => $msg); + $ok = array('ok' => $msg); self::json($ok); } |