Files
jami-daemon/www/config.inc.php.dist
Alexandre Bourget 8bc113a596 Move documentation, and clean doc/ directory.
The contents of the website will be stored in doc/, because they are actually
documentation.
2007-08-27 16:29:23 -04:00

20 lines
289 B
Plaintext

<?php
/**
* SFLphone website configuration file
*/
/** Git repository */
$GIT_REPOS = '../.git';
/** Use the branch for fetching latest revs. of pages */
$USE_BRANCH = 'master';
/** Cache path */
$CACHE_PATH = 'cache';
/** File prefix (inside the git trees) */
$PREFIX = 'doc';
?>