From 7c62357bdfede6e375bf6bc278f537089dd132d7 Mon Sep 17 00:00:00 2001 From: andrpet Date: Fri, 8 Jan 2016 15:48:16 +0100 Subject: [PATCH] l20n bug fix --- DEEP.php | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) diff --git a/DEEP.php b/DEEP.php index 61a2722..590fcb7 100755 --- a/DEEP.php +++ b/DEEP.php @@ -69,7 +69,6 @@ class DEEP { $this->app->get('/datalets-list', function(){ $this->app->response()->header("Content-Type", "application/json"); $this->app->response()->header("Access-Control-Allow-Origin", "*"); - $this->app->response()->header("Access-Control-Expose-Headers", "Location"); echo json_encode($this->all_datalets); }); @@ -78,7 +77,6 @@ class DEEP { $this->app->get('/controllets-list', function(){ $this->app->response()->header("Content-Type", "application/json"); $this->app->response()->header("Access-Control-Allow-Origin", "*"); - $this->app->response()->header("Access-Control-Expose-Headers", "Location"); echo json_encode($this->all_controllets); }); @@ -126,7 +124,6 @@ class DEEP { $this->app->response()->header("Content-Type", "application/json"); $this->app->response()->header("Access-Control-Allow-Origin", "*"); - $this->app->response()->header("Access-Control-Expose-Headers", "Location"); echo json_encode($response); }); } -- libgit2 0.21.4