Adjust filter in code ( problem hight security )
-
ultimate-product-catalogue/Functions/Process_Ajax.php
Line 147
->get_results(“SELECT SubCategory_ID, SubCategory_Name FROM $subcategories_table_name WHERE Category_ID=” . $_POST[‘CatID’])
To
->get_results(“SELECT SubCategory_ID, SubCategory_Name FROM $subcategories_table_name WHERE Category_ID=” . intval($_POST[‘CatID’]))
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Adjust filter in code ( problem hight security )’ is closed to new replies.