Changeset 2324733
- Timestamp:
- 06/15/2020 10:50:25 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
showpass/trunk/showpass-wordpress-plugin-admin-page.php
r2324732 r2324733 39 39 <input type="checkbox" name="option_disable_verify_ssl" value="true" <?php checked('true', get_option('option_disable_verify_ssl'), true); ?>/> 40 40 <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/> 42 42 43 43 <?php submit_button(); ?>
Note: See TracChangeset
for help on using the changeset viewer.