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

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 4
Line 8... Line 8...
8   8  
9 ########################################################################### 9 ###########################################################################
10 ## CONFIGURATION ## 10 ## CONFIGURATION ##
Line 11... Line -...
11 ########################################################################### -  
12   -  
13 # Set this to the name of the group. -  
14 $GROUP = 'My Group'; 11 ###########################################################################
15 # Set this to the group password. -  
16 $PASSWORD = 'mypassword'; -  
17 # Set this to Corrade's HTTP Server URL. -  
18 $URL = 'http://corrade.hostname:8080'; -  
Line 19... Line 12...
19 # Set this to the location of the PHP script that stores group messages. 12  
20 $STORE = 'http://corrade.grimore.org/groupChat/storeGroupMessage.php'; 13 require_once('config.php');
21   14