diff options
| author | 2014-04-23 04:39:39 +0400 | |
|---|---|---|
| committer | 2014-04-23 04:41:05 +0400 | |
| commit | 534ca688d9c9c6ecd6584e53dca5cf0b3d996632 (patch) | |
| tree | 59b32762a7bc0f2afc0a51a94759d89037567f36 /config-default/mysql.xml | |
| parent | ac56812a5a79b5187a89cb7dcd9078c11ffed54e (diff) | |
don't check common idents/gecos in sql queries
Diffstat (limited to 'config-default/mysql.xml')
| -rw-r--r-- | config-default/mysql.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config-default/mysql.xml b/config-default/mysql.xml index 10aca77..a633813 100644 --- a/config-default/mysql.xml +++ b/config-default/mysql.xml @@ -6,4 +6,10 @@ <actiontable>actionlog</actiontable> <host>localhost</host> <port>3307</port> + <ignoredidents> + <ident>~chatzilla</ident> + </ignoredidents> + <ignoredgecos> + <geco>new now know how</geco> + </ignoredgecos> </mysql> |
