<?php
$p4_host = "localhost";                       # perforce server hostname
$p4_port = "1666";                            # perforce server port
$p4 = "p4";                                   # path to p4 (if needed)
$interval = 5;
$bug_flag = "Bug.";

#$mantis_location = "k:\inetpub\mantis";       # mantis installation
function mantis_location() 
{
	return $mantis_location = "/Applications/MAMP/htdocs/mantis";       # mantis installation
}
$log = "p4mantis.log";                        # log file
$interval = 15;                               # polling wait interval in seconds

$p4_counter = "p4mantis";                     # perforce counter for tracking changelists
?>
