From b92daf96f5ae40abaadc3f41e448fcc75824334b Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 10 May 2015 14:14:35 +0200 Subject: disable manifest during development, set placeholder text --- controllers/editor.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'controllers/editor.php') diff --git a/controllers/editor.php b/controllers/editor.php index 995438b..a66c188 100644 --- a/controllers/editor.php +++ b/controllers/editor.php @@ -33,9 +33,9 @@ $app->get('/editor/oembed', function() use($app) { $app->response()->body($json); }); -$app->get('/appcache.manifest', function() use($app) { - $content = partial('partials/appcache'); +// $app->get('/appcache.manifest', function() use($app) { +// $content = partial('partials/appcache'); - $app->response()['Content-type'] = 'text/cache-manifest'; - $app->response()->body($content); -}); +// $app->response()['Content-type'] = 'text/cache-manifest'; +// $app->response()->body($content); +// }); -- cgit v1.2.3