corrade-http-templates – Diff between revs 4 and 49

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 4 Rev 49
1 <?php 1 <?php
2   2  
3 # Set this to the name of the group. 3 # Set this to the name of the group.
4 $GROUP = 'My Group'; 4 $GROUP = 'My Group';
5 # Set this to the group password. 5 # Set this to the group password.
6 $PASSWORD = 'mypassword'; 6 $PASSWORD = 'mypassword';
7 # Set this to Corrade's HTTP Server URL. 7 # Set this to Corrade's HTTP Server URL.
8 $URL = 'http://corrade.hostname:8080'; 8 $URL = 'http://corrade.hostname:8080';
9 # Set this to the location of the PHP script that stores group messages. 9 # Set this to the location of the PHP script that stores group messages.
10 $STORE = 'http://my.webserver.net/groupChat/storeGroupMessage.php'; 10 $STORE = 'http://my.webserver.net/groupChat/storeGroupMessage.php';
11 # How many chat lines to store? 11 # How many chat lines to store?
12 $CHAT_LINES = 10; 12 $CHAT_LINES = 10;
-   13 # The tag used for tracking this notification.
-   14 $NOTIFICATION_TAG = 'b3687f59-115b-47cb-9f0c-75e6e6d7b506';
13   15