/WebSVN/include/config.inc
1,4 → 1,4
<?php
<?php
# vim:et:ts=3:sts=3:sw=3:fdm=marker:
 
// WebSVN - Subversion repository viewing via the web using PHP
199,7 → 199,7
// You may also specify a per repository access file by uncommenting and copying the following
// line as necessary. Use the convention 'groupname.myrep' if your repository is in a group.
 
// $config->useAuthenticationFile('/path/to/accessfile', 'myrep'); // Access file for myrep
$config->useAuthenticationFile('/home/MLAB/conf/authz', 'MLAB'); // Access file for myrep
 
// }}}