wok-current view tazbb/stuff/web/conf.php @ rev 5739
libexo-dev: fix WANTED
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 26 15:05:19 2010 +0200 (2010-06-26) |
parents | |
children | e3adace590a1 |
line source
1 <?php
3 // Tazbb web interface configuration
5 $chroot = "/home/slitaz/cooking/chroot";
6 $lockfile = "$chroot/var/lock/tazbb.lock";
7 $db_dir = "$chroot/var/lib/tazbb";
8 $log_dir = "$chroot/var/log/tazbb";
9 $packages = "$chroot/home/slitaz/packages";
10 $hgurl = "http://hg.slitaz.org/wok";
12 ?>