mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
8 lines
270 B
XML
8 lines
270 B
XML
<query id="deleteDeniedIP" action="delete">
|
|
<tables>
|
|
<table name="spamfilter_denied_ip" />
|
|
</tables>
|
|
<conditions>
|
|
<condition operation="equal" column="ipaddress" var="ipaddress" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|