wok-current view tazbb/stuff/web/conf.php @ rev 4788

samba: add missing file for smbfs
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jan 16 23:11:11 2010 +0100 (2010-01-16)
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 ?>