root/broadcast/broadcast.config.php

Revision 254, 256 bytes (checked in by kevin, 9 months ago)

Broadcast plugin, a major revision of Tim Hawes's newsletter plugin

Line 
1 <?php
2
3
4 /* THIS VARIABLE CONTROLS WHO CAN BROADCAST TO COMMUNITIES
5 false=Admin users only (e.g. NEWS account) - accessed from Administration page
6 true=Community owners can send to the communities they own
7 */
8
9 $broadcast_allow_owners = true;
10
11 ?>
12
Note: See TracBrowser for help on using the browser.