corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 3  →  ?path2? @ 4
/groupChat/config.php.dist
@@ -0,0 +1,12 @@
<?php
 
# Set this to the name of the group.
$GROUP = 'My Group';
# Set this to the group password.
$PASSWORD = 'mypassword';
# Set this to Corrade's HTTP Server URL.
$URL = 'http://corrade.hostname:8080';
# Set this to the location of the PHP script that stores group messages.
$STORE = 'http://my.webserver.net/groupChat/storeGroupMessage.php';
# How many chat lines to store?
$CHAT_LINES = 10;