Line 1... |
Line 1... |
1 |
<?php |
1 |
<?php |
2 |
# vim:et:ts=3:sts=3:sw=3:fdm=marker: |
2 |
# vim:et:ts=3:sts=3:sw=3:fdm=marker: |
3 |
|
3 |
|
4 |
// WebSVN - Subversion repository viewing via the web using PHP |
4 |
// WebSVN - Subversion repository viewing via the web using PHP |
5 |
// Copyright © 2004-2006 Tim Armes, Matt Sicker |
5 |
// Copyright © 2004-2006 Tim Armes, Matt Sicker |
6 |
// |
6 |
// |
Line 197... |
Line 197... |
197 |
// $config->useAuthenticationFile('/path/to/accessfile'); // Global access file |
197 |
// $config->useAuthenticationFile('/path/to/accessfile'); // Global access file |
198 |
|
198 |
|
199 |
// You may also specify a per repository access file by uncommenting and copying the following |
199 |
// You may also specify a per repository access file by uncommenting and copying the following |
200 |
// line as necessary. Use the convention 'groupname.myrep' if your repository is in a group. |
200 |
// line as necessary. Use the convention 'groupname.myrep' if your repository is in a group. |
201 |
|
201 |
|
202 |
$config->useAuthenticationFile('/home/MLAB/conf/authz', 'MLAB'); // Access file for myrep |
202 |
//$config->useAuthenticationFile('/home/MLAB/conf/authz', 'MLAB'); // Access file for myrep |
- |
|
203 |
$config->useAuthenticationFile('/home/svnkaklik/conf/authz', 'svnkaklik'); // Access file for myrep |
203 |
|
204 |
|
204 |
// }}} |
205 |
// }}} |
205 |
|
206 |
|
206 |
// {{{ FILE CONTENT --- |
207 |
// {{{ FILE CONTENT --- |
207 |
// |
208 |
// |