wok view tazbb/stuff/web/conf.php @ rev 5276

abiword: update DEPENDS (thanks ernia)
author Rohit Joshi <jozee@slitaz.org>
date Thu Apr 15 11:56:11 2010 -0400 (2010-04-15)
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 ?>