forked from leftypol/leftypol
Make slack report notifier, donate page, irc page and radio page use configuration variables instead of hard coding values.
This commit is contained in:
parent
c58e37ce39
commit
03075e7a8c
10 changed files with 242 additions and 228 deletions
|
@ -1811,9 +1811,9 @@
|
|||
'</a></div>';
|
||||
|
||||
// Slack Report Notification
|
||||
$config['slack'] = true;
|
||||
$config['slack_channel'] = "reports";
|
||||
$config['slack_incoming_webhook_endpoint'] = "https://hooks.slack.com/services/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";
|
||||
$config['slack'] = false;
|
||||
$config['slack_channel'] = "";
|
||||
$config['slack_incoming_webhook_endpoint'] = "https://hooks.slack.com/services/";
|
||||
|
||||
// Password hashing function
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue