corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 60  →  ?path2? @ 61
/groupChat/config.php.dist
@@ -3,11 +3,11 @@
# Set this to the name of the group.
$GROUP = 'My Group';
# Set this to the group password.
$PASSWORD = 'mypassword';
$PASSWORD = 'mygrouppassword';
# Set this to Corrade's HTTP Server URL.
$URL = 'http://corrade.hostname:8080';
$URL = 'http://corrade.home:8181';
# Set this to the location of the PHP script that stores group messages.
$STORE = 'http://my.webserver.net/groupChat/storeGroupMessage.php';
$STORE = 'http://mywebsite.home/corrade-http-templates/groupChat/storeGroupMessage.php';
# How many chat lines to store?
$CHAT_LINES = 10;
# The tag used for tracking this notification.