davadmin/config/config.inc.php

15 lines
379 B
PHP
Raw Normal View History

2007-08-28 10:18:04 +02:00
<?php
/*
* DavAdmin configuration file.
2007-08-28 10:18:04 +02:00
*/
$davconfig = array(
// Absolute path to template compile dir
'compile_dir' => '/home/www/dav/templates_c',
'digest.file' => '/home/www/dav/auth/dav.htdigest',
'group.file' => '/home/www/dav/auth/dav.groups',
'namemap.file' => '/home/www/dav/auth/dav.namemap',
'dav.dir' => '/home/www/dav/html/dav',
);
?>