corrade-http-templates – Blame information for rev 24

Subversion Repositories:
Rev:
Rev Author Line No. Line
6 zed 1 <?php
2  
3 # Set this to the name of the group.
4 $GROUP = 'My Group';
5 # Set this to the group password.
6 $PASSWORD = 'mypassword';
7 # Set this to Corrade's HTTP Server URL.
8 $URL = 'http://corrade.internal.site:8080';
9