corrade-http-templates – Diff between revs 49 and 61
?pathlinks?
Rev 49 | Rev 61 | |||
---|---|---|---|---|
Line 1... | Line 1... | |||
1 | <?php |
1 | <?php |
|
Line 2... | Line 2... | |||
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 = 'mygrouppassword'; |
|
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.home:8181'; |
|
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://mywebsite.home/corrade-http-templates/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. |
13 | # The tag used for tracking this notification. |