summaryrefslogtreecommitdiff
path: root/config.sample.php
AgeCommit message (Collapse)Author
2014-01-23config.php syntax fixesChristoph Burschka
Thanks @sylae
2014-01-17Okay, the last patch was actually rubbish.Christoph Burschka
It turns out that you can't hope to bootstrap more than one PHP-based software without messing stuff up, particularly because they rely on global variables without exception. If it is risky and unpredictable for different systems, it is completely impossible with multiple instances of the same. Therefore, the ability to use multiple plugins (and the accompanying config.php structure) has been removed. The only plugin that can be used in conjunction with another is session.
2014-01-16Big multiple-plugins patch (fixes #2).Christoph Burschka
2013-12-30Add SMF to config template.Christoph Burschka
2012-11-03Do not set a plugin by default.Christoph Burschka
2012-11-02Renaming phpbb versions properly.Christoph Burschka
2012-11-01Typo in config.sample.phpChristoph Burschka
2012-10-30Refactor to a general, flexible and extensible architecture.Christoph Burschka