From 645fc7210e60255da86da8d97e2ca6442dca8e62 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 15 Feb 2013 16:35:28 +0000 Subject: [PATCH] Removed sillyness --- AuthServer.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/AuthServer.md b/AuthServer.md index 55534d95..fff9fbd9 100644 --- a/AuthServer.md +++ b/AuthServer.md @@ -247,7 +247,4 @@ public function action_access_token() header('Content-type: application/json'); echo json_encode($response); } - header('Content-type: application/json'); - echo json_encode($response); -} ``` \ No newline at end of file