Commit e562271097e4e51e1161ee3ba69fd59e3524bb1c
- Diff rendering mode:
- inline
- side by side
INSTALL.txt
(10 / 0)
|   | |||
| 1 | 1) create an account and get keys from http://mollom.com | ||
| 2 | |||
| 3 | 2) Place MollomPlugin.php in laconica/local | ||
| 4 | |||
| 5 | 3) Add the following to your laconica/config.php | ||
| 6 | |||
| 7 | addPlugin('Mollom'); | ||
| 8 | |||
| 9 | $config['mollom']['public_key'] = ''; | ||
| 10 | $config['mollom']['private_key'] = ''; |

