corrade-http-templates – Blame information for rev 49

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.
6 $PASSWORD = 'mypassword';
7 # Set this to Corrade's HTTP Server URL.
8 $URL = 'http://corrade.hostname:8080';
9 # Set this to the location of the PHP script that stores group messages.
10 $STORE = 'http://my.webserver.net/groupChat/storeGroupMessage.php';
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';