00001 <?php 00002 /*************************************************************************** 00003 * Copyright (C) 2009,2010 by Malakhov Alexey * 00004 * brezerk@gmail.com * 00005 * * 00006 * This program is free software: you can redistribute it and/or modify * 00007 * it under the terms of the GNU General Public License as published by * 00008 * the Free Software Foundation, either version 3 of the License, or * 00009 * (at your option) any later version. * 00010 * * 00011 * This program is distributed in the hope that it will be useful, * 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 00014 * GNU General Public License for more details. * 00015 * * 00016 * You should have received a copy of the GNU General Public License * 00017 * along with this program. If not, see <http://www.gnu.org/licenses/>. * 00018 * * 00019 ***************************************************************************/ 00020 00021 //General xmlexport settings 00022 00024 00025 00026 $appdb_host="localhost"; 00028 $appdb_base="apidb"; 00031 $appdb_user=""; 00034 $appdb_pass=""; 00036 00038 00039 00040 $bugzilla_host="localhost"; 00042 $bugzilla_base="bugs"; 00045 $bugzilla_user=""; 00048 $bugzilla_pass=""; 00050 00055 $white_agents = array(); 00056 00061 $white_agents[0] = "^q4wine/[0-1].[1-9]{3}([ ]|-[0-9a-zA-Z]+[ ])\([0-9a-zA-Z]+; [0-9a-zA-Z]+ [0-9a-zA-Z]+) xmlparser/[0-9].[0-9]$"; 00062 00064 $xmlexport_version = "0.1"; 00065 00066 ?>