Changeset 1900409
- Timestamp:
- 06/28/2018 08:36:42 AM (8 years ago)
- File:
-
- 1 edited
-
adlots-web-form/trunk/adlots_webform.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
adlots-web-form/trunk/adlots_webform.php
r1895079 r1900409 50 50 if (empty($form_id)) { 51 51 echo __('Form id is required', 'adlotswebform'); 52 exit;53 52 } 54 53 … … 56 55 if (empty($integrity_hash)) { 57 56 echo __('Integrity hash is required', 'adlotswebform'); 58 exit;59 57 } 60 58 … … 65 63 if ($form['status'] !== 'ok') { 66 64 echo __('Form is unavailable', 'adlotswebform'); 67 exit;68 65 } 69 66
Note: See TracChangeset
for help on using the changeset viewer.