From 5c23dd29fbb8f6c21c62272b8fa6956993d539ad Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Mon, 28 Jan 2019 13:05:48 +1100 Subject: [PATCH] Revert "Try to fix auth with secure cookie" This reverts commit ae97fec519bd92a049c992eec28d327386686cfb. --- app/controllers/app_controller.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/controllers/app_controller.php b/app/controllers/app_controller.php index fc03e478..426e4568 100755 --- a/app/controllers/app_controller.php +++ b/app/controllers/app_controller.php @@ -24,6 +24,11 @@ class AppController extends Controller { } + //WTF. Why is this here?? + function isAuthorized() { + return true; + } + /**