Forums
-
- Forum
- Posts
-
- Installation
- 28,398
- Troubleshooting
- 62,319
- Themes
- 10,391
- Plugins
- 15,316
- Requests & Feedback
- 14,933
- Showcase
- 3,254
-
It might be possible to do this inside bb-config.php
$bb->secret=”blah blah your key”;
and override the internal db.
I have to lookup if “secret” is the real name though.
(that’s in addition to define(‘BB_SECRET_KEY’ )
Yeah, apparently it really is $bb->secret
give that a try.