Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
Bugdar - Blob - ViewGit - Blue Static
<?php
/*=====================================================================*\
|| ###################################################################
|| # Bugdar
|| # Copyright (c)2004-2009 Blue Static
|| #
|| # This program is free software; you can redistribute it and/or modify
|| # it under the terms of the GNU General Public License as published by
|| # the Free Software Foundation; version 2 of the License.
|| #
|| # This program is distributed in the hope that it will be useful, but
|| # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|| # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|| # more details.
|| #
|| # You should have received a copy of the GNU General Public License along
|| # with this program; if not, write to the Free Software Foundation, Inc.,
|| # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|| ###################################################################
\*=====================================================================*/

// this stores all the settings for a new installation

require_once('./includes/version.php');

$settings = array(
	'allownewreg' => '1',
	'verifyemail' => '1',
	'moderatenewusers' => '0',
	'webmasteremail' => 'noreply@bluestatic.org',
	'trackertitle' => 'Avalon Development Tracker',
	'trackerversion' => BUGDAR_VERSION,
	'defaultcomment' => '',
	'sendwelcomemail' => '1',
	'authmethod' => 'default',
	'allowhtml' => '0',
	'allowrawhtml' => '0',
	'allowsafehtml' => '1',
	'defaultseverity' => '2',
	'defaultpriority' => '3',
	'defaultstatus' => '1',
	'defaultresolve' => '1',
	'defaultassign' => '0',
	'dateformat' => 'F j, Y h:i:s A',
	'defaultpp' => '20',
	'maxpp' => '100',
	'pagelinks' => '2',
	'trackerurl' => 'http://localhost/bugtrack',
	'defaultlanguage' => '1',
	'syndicateditems' => '10',
	'hidestatuses' => '0',
	'defaultsortkey' => 'lastpost',
	'defaultsortas' => 'desc',
	'defaulttimezone' => '0',
	'columnoptions' => 'a:13:{s:5:"bugid";s:1:"1";s:7:"summary";s:1:"2";s:8:"reporter";s:1:"2";s:7:"product";s:1:"3";s:9:"component";s:1:"0";s:7:"version";s:1:"3";s:6:"status";s:1:"4";s:10:"resolution";s:1:"4";s:8:"priority";s:1:"5";s:8:"severity";s:1:"5";s:8:"lastpost";s:1:"6";s:5:"votes";s:1:"0";s:10:"assignedto";s:1:"0";}',
	'redirectheaders' => '0',
);

?>