Go to the source code of this file.
Variables | |
$white_agents = array() | |
$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]$" | |
$xmlexport_version = "0.1" | |
define xmlexport version | |
Wine Appdb database connection settings | |
$appdb_host = "localhost" | |
$appdb_base = "apidb" | |
Wine Appdb MySQL base. | |
$appdb_user = "" | |
$appdb_pass = "" | |
Wine Bugzilla database connection settings | |
$bugzilla_host = "localhost" | |
$bugzilla_base = "bugs" | |
Wine Bugzilla MySQL base. | |
$bugzilla_user = "" | |
$bugzilla_pass = "" |
$appdb_base = "apidb" |
Wine Appdb MySQL base.
Definition at line 28 of file config.inc.
$appdb_host = "localhost" |
Wine Appdb MySQL host
Definition at line 26 of file config.inc.
$appdb_pass = "" |
Wine Appdb MySQL passord
Definition at line 34 of file config.inc.
$appdb_user = "" |
Wine Appdb MySQL user
Definition at line 31 of file config.inc.
$bugzilla_base = "bugs" |
Wine Bugzilla MySQL base.
Definition at line 42 of file config.inc.
$bugzilla_host = "localhost" |
Wine Bugzilla MySQL host
Definition at line 40 of file config.inc.
$bugzilla_pass = "" |
Wine Bugzilla MySQL user
Definition at line 48 of file config.inc.
$bugzilla_user = "" |
Wine Bugzilla MySQL user
Definition at line 45 of file config.inc.
$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]$" |
Default filter is set to q4wine user-agent You can make it blank to disable this feature
Definition at line 61 of file config.inc.
$white_agents = array() |
We can filter for client header. It will make ddos a little bit harder ;)
Definition at line 55 of file config.inc.
$xmlexport_version = "0.1" |
define xmlexport version
Definition at line 64 of file config.inc.