Plugin Directory

Changeset 2324733


Ignore:
Timestamp:
06/15/2020 10:50:25 PM (6 years ago)
Author:
marcshowpass
Message:

add option to disable ssl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • showpass/trunk/showpass-wordpress-plugin-admin-page.php

    r2324732 r2324733  
    3939        <input type="checkbox" name="option_disable_verify_ssl" value="true" <?php checked('true', get_option('option_disable_verify_ssl'), true); ?>/>
    4040        <label for="main_api_url">Disable SSL verification when connecting to the API..</label><br />
    41         <small>Disable to fix Local SSL Expired issue on servers running an older operating system</small><br/><br/>
     41        <small>Disable to fix Local SSL Expired issue.</small><br/><br/>
    4242
    4343    <?php submit_button(); ?>
Note: See TracChangeset for help on using the changeset viewer.