Changeset 1407810
- Timestamp:
- 04/29/2016 09:49:23 PM (10 years ago)
- File:
-
- 1 edited
-
webclinicpro/trunk/webclinicpro.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webclinicpro/trunk/webclinicpro.php
r1349351 r1407810 7 7 Plugin URI: https://www.webclinicpro.com/ 8 8 Description: Implementation of security for webClinic Pro customers. 9 Version: 1.0. 39 Version: 1.0.4 10 10 Author: Jason D. Richmond 11 11 Author URI: https://www.webclinicpro.com … … 30 30 if($_SERVER["HTTPS"] != "on" && esc_attr( get_option('webclinicpro_forced_ssl') ) == 1) 31 31 { 32 header("HTTP/1.1 301 Moved Permanently"); 32 33 header("Location: https://" . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]); 33 34 exit();
Note: See TracChangeset
for help on using the changeset viewer.