From 0a662e33ee432e2583a934cb161a0a1e5b49b76f Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 17 Dec 2016 15:52:33 -0800 Subject: move logged-out routes to new file --- controllers/editor.php | 1 - 1 file changed, 1 deletion(-) (limited to 'controllers/editor.php') diff --git a/controllers/editor.php b/controllers/editor.php index fbb72cf..c880a00 100644 --- a/controllers/editor.php +++ b/controllers/editor.php @@ -8,7 +8,6 @@ $app->get('/editor', function() use($app) { }); $app->post('/editor/publish', function() use($app) { - if($user=require_login($app)) { $params = $app->request()->params(); -- cgit v1.2.3