diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-16 16:17:50 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-16 16:17:50 +0100 |
commit | cf0197fb463a5e1235bee1e4bab07cec0d15097b (patch) | |
tree | 4dcc7133b8820482ae48428de5ce4202b40f2475 /Foundation.hs | |
parent | 37a032885b24bfaef9c493ff95294b65146b0f89 (diff) | |
download | bar-cf0197fb463a5e1235bee1e4bab07cec0d15097b.tar bar-cf0197fb463a5e1235bee1e4bab07cec0d15097b.tar.gz bar-cf0197fb463a5e1235bee1e4bab07cec0d15097b.tar.bz2 bar-cf0197fb463a5e1235bee1e4bab07cec0d15097b.tar.xz bar-cf0197fb463a5e1235bee1e4bab07cec0d15097b.zip |
Guess approot
Diffstat (limited to 'Foundation.hs')
-rw-r--r-- | Foundation.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Foundation.hs b/Foundation.hs index d7425d5..166b83c 100644 --- a/Foundation.hs +++ b/Foundation.hs | |||
@@ -52,7 +52,7 @@ type Form x = Html -> MForm (HandlerT App IO) (FormResult x, Widget) | |||
52 | -- Please see the documentation for the Yesod typeclass. There are a number | 52 | -- Please see the documentation for the Yesod typeclass. There are a number |
53 | -- of settings which can be configured by overriding methods here. | 53 | -- of settings which can be configured by overriding methods here. |
54 | instance Yesod App where | 54 | instance Yesod App where |
55 | approot = ApprootRequest $ \_ req -> maybe "" (TE.decodeUtf8With TEE.lenientDecode) $ Map.lookup "AppRoot" (Map.fromList $ requestHeaders req) | 55 | approot = guessApproot |
56 | 56 | ||
57 | -- Store session data on the client in encrypted cookies, | 57 | -- Store session data on the client in encrypted cookies, |
58 | -- default session idle timeout is 120 minutes | 58 | -- default session idle timeout is 120 minutes |