corrade-http-templates – Blame information for rev 61

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 eva 1 <?php
2  
3 # Set this to the name of the group.
4 $GROUP = 'My Group';
5 # Set this to the group password.
61 office 6 $PASSWORD = 'mygrouppassword';
4 eva 7 # Set this to Corrade's HTTP Server URL.
61 office 8 $URL = 'http://corrade.home:8181';
4 eva 9 # Set this to the location of the PHP script that stores group messages.
61 office 10 $STORE = 'http://mywebsite.home/corrade-http-templates/groupChat/storeGroupMessage.php';
4 eva 11 # How many chat lines to store?
12 $CHAT_LINES = 10;
49 office 13 # The tag used for tracking this notification.
14 $NOTIFICATION_TAG = 'b3687f59-115b-47cb-9f0c-75e6e6d7b506';