File:  [Paefchen] / FreeBSD / tinderbox / webui / inc_tinderbox.php.dist
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Nov 2 20:55:00 2007 UTC (17 years ago) by as
Branches: MAIN
CVS tags: ORIG_3_0, HEAD, CH2PHP5
import 3.0

<?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;

?>