File:  [Paefchen] / FreeBSD / tinderbox2 / webui / inc_tinderbox.php.dist
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sat Oct 20 17:07:42 2007 UTC (17 years, 1 month ago) by as
Branches: MAIN
CVS tags: ORIG_2_4_1, HEAD
orig. import

<?php

# Configurable options
$tinderbox_name	 = 'Example Tinderbox';
$tinderbox_title = 'Example Tinderbox';
$rootdir	 = '/space';
$wwwrooturi	 = '/tb';
$template_dir	 = 'default';

# These should probably be left alone
$pkguri		 = '/packages';
$pkgdir		 = $rootdir.'/packages';
$loguri		 = '/logs';
$logdir		 = $rootdir.'/logs';
$errorloguri	 = '/errors';
$errorlogdir	 = $rootdir.'/errors';
$templatesdir	 = $rootdir.'/scripts/webui/templates/'.$template_dir;
$templatesuri	 = $wwwrooturi.'/templates/'.$template_dir;
#$with_timer	 = 1;

?>