Revert "Try to fix auth with secure cookie"

This reverts commit ae97fec519.
This commit is contained in:
Karl Cordes 2019-01-28 13:05:48 +11:00
parent a70dc1a1f9
commit 5c23dd29fb

View file

@ -24,6 +24,11 @@ class AppController extends Controller {
}
//WTF. Why is this here??
function isAuthorized() {
return true;
}
/**