mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
Fix open redirect in ncenterlite module
This commit is contained in:
parent
05df47f4e1
commit
290ee0974d
3 changed files with 49 additions and 5 deletions
12
modules/ncenterlite/queries/getNotify.xml
Normal file
12
modules/ncenterlite/queries/getNotify.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<query id="getNotify" action="select">
|
||||
<tables>
|
||||
<table name="ncenterlite_notify" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="notify" var="notify" notnull="notnull" />
|
||||
<condition operation="equal" column="member_srl" var="member_srl" filter="number" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue