Commit efc423eb4311d59f9dc901f40e6cd52888c235f0
- Diff rendering mode:
- inline
- side by side
MollomPlugin.php
(0 / 1)
|   | |||
| 125 | 125 | ||
| 126 | 126 | // Construct the server URL: | |
| 127 | 127 | $public_key = common_config('mollom', 'public_key'); | |
| 128 | error_log("Pub key = $public_key"); | ||
| 129 | 128 | // Retrieve the list of Mollom servers from the database: | |
| 130 | 129 | $servers = common_config('mollom', 'servers'); | |
| 131 | 130 |

