corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 2  →  ?path2? @ 4
/groupChat/installGroup.php
@@ -10,14 +10,7 @@
## CONFIGURATION ##
###########################################################################
 
# 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://corrade.grimore.org/groupChat/storeGroupMessage.php';
require_once('config.php');
 
###########################################################################
## INTERNALS ##