corrade-http-templates – Diff between revs 24 and 77

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 24 Rev 77
Line 4... Line 4...
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 = 'mypassword';
7 # Set this to Corrade's HTTP Server URL. 7 # Set this to Corrade's HTTP Server URL.
8 $URL = 'http://corrade.internal.server:8080'; 8 $URL = 'http://corrade.internal.server:8080';
9   -  
10 ?> -