corrade-http-templates – Blame information for rev 24

Subversion Repositories:
Rev:
Rev Author Line No. Line
24 vero 1 <?php
2  
3 # Set this to the name of the group.
4 $GROUP = 'My Group';
5 # Set this to the group password.
6 $PASSWORD = 'mypassword';
7 # Set this to Corrade's HTTP Server URL.
8 $URL = 'http://corrade.internal.webserver:8080';
9 # Set this to the location of the PHP script that stores group messages.
10 $STORE = 'http://my.webserver.org/corrade/trackMembership/storeMembership.php';
11 # How many lines to store?
12 $MEMBERSHIP_LINES = 10;