Changeset 1805563 for https-redirection/trunk/https-redirection.php
- Timestamp:
- 01/19/2018 07:44:17 AM (8 years ago)
- File:
-
- 1 edited
-
https-redirection/trunk/https-redirection.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
https-redirection/trunk/https-redirection.php
r1724736 r1805563 6 6 Description: The plugin HTTPS Redirection allows an automatic redirection to the "HTTPS" version/URL of the site. 7 7 Author: Tips and Tricks HQ 8 Version: 1. 78 Version: 1.8 9 9 Author URI: https://www.tipsandtricks-hq.com/ 10 10 License: GPLv2 or later 11 Text Domain: https-redirection 12 Domain Path: /languages/ 11 13 */ 12 14 … … 73 75 $httpsrdrctn_option_defaults = array( 74 76 'https' => 0, 75 'https_domain' => 0,77 'https_domain' => 1, 76 78 'https_pages_array' => array(), 77 79 'force_resources' => 0,
Note: See TracChangeset
for help on using the changeset viewer.