Changeset 1239679
- Timestamp:
- 09/07/2015 11:05:30 AM (10 years ago)
- Location:
- official-statcounter-plugin-for-wordpress/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
official-statcounter-plugin-for-wordpress/trunk/StatCounter-Wordpress-Plugin.php
r1236216 r1239679 234 234 } 235 235 236 $protocol = strtolower(substr($_SERVER["SERVER_PROTOCOL"],0,5))=='https'?'https':'http';237 $protocol = isset($_SERVER["HTTPS"]) ? 'https' : 'http';236 define('HTTPS', isset($_SERVER['HTTPS']) && filter_var($_SERVER['HTTPS'], FILTER_VALIDATE_BOOLEAN)); 237 $protocol = defined('HTTPS') ? "https:" : "http:"; 238 238 239 239 ?> -
official-statcounter-plugin-for-wordpress/trunk/readme.txt
r1231080 r1239679 5 5 Requires at least: 2.0.2 6 6 Tested up to: 4.3 7 Stable tag: 2.0 7 Stable tag: 2.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 71 71 == Changelog == 72 = 2.0.1= 73 security enhancements 72 74 73 75 = 2.0 = … … 151 153 = 1.6.2 = 152 154 Upgrade to allow for fully functioning PayPal upgrade options. 153
Note: See TracChangeset
for help on using the changeset viewer.