| Make sure this uses the appropriate session key - warvox - VoIP based wardialin… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 3693a128c65ac0ad649438031bf315e6933e208c | |
| parent 0367cb279803e4c6c3f19fb40f268d483a88e940 | |
| Author: HD Moore <[email protected]> | |
| Date: Sun, 5 Feb 2012 12:46:35 -0600 | |
| Make sure this uses the appropriate session key | |
| Diffstat: | |
| M web/config/initializers/secret_tok⦠| 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/web/config/initializers/secret_token.rb b/web/config/initializers/… | |
| @@ -4,4 +4,4 @@ | |
| # If you change this key, all old signed cookies will become invalid! | |
| # Make sure the secret is at least 30 characters and all random, | |
| # no regular words or you'll be exposed to dictionary attacks. | |
| -Web::Application.config.secret_token = '1bd648becb978b46fd65fe255a047ea09d9a06… | |
| +Web::Application.config.secret_token = WarVOX::Config.load_session_key |