Plugin Directory

Changeset 1900409


Ignore:
Timestamp:
06/28/2018 08:36:42 AM (8 years ago)
Author:
adlots
Message:

fix load forms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • adlots-web-form/trunk/adlots_webform.php

    r1895079 r1900409  
    5050        if (empty($form_id)) {
    5151            echo __('Form id is required', 'adlotswebform');
    52             exit;
    5352        }
    5453
     
    5655        if (empty($integrity_hash)) {
    5756            echo __('Integrity hash is required', 'adlotswebform');
    58             exit;
    5957        }
    6058
     
    6563            if ($form['status'] !== 'ok') {
    6664                echo __('Form is unavailable', 'adlotswebform');
    67                 exit;
    6865            }
    6966
Note: See TracChangeset for help on using the changeset viewer.