Changeset 2794562
- Timestamp:
- 10/05/2022 01:23:13 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ldd-directory-lite/trunk/includes/class.processor.php
r1600011 r2794562 50 50 return; 51 51 52 $nonce = $_POST['action'];52 $nonce = sanitize_post_field($_POST['action']); 53 53 54 54 if ($nonce) {
Note: See TracChangeset
for help on using the changeset viewer.