Fix open redirect in ncenterlite module

This commit is contained in:
Kijin Sung 2018-10-11 09:27:26 +09:00
parent 05df47f4e1
commit 290ee0974d
3 changed files with 49 additions and 5 deletions

View 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>