Plugin Directory

Changeset 1407810


Ignore:
Timestamp:
04/29/2016 09:49:23 PM (10 years ago)
Author:
webClinicPro
Message:

Added header for 301 redirect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • webclinicpro/trunk/webclinicpro.php

    r1349351 r1407810  
    77Plugin URI: https://www.webclinicpro.com/
    88Description: Implementation of security for webClinic Pro customers.
    9 Version: 1.0.3
     9Version: 1.0.4
    1010Author: Jason D. Richmond
    1111Author URI: https://www.webclinicpro.com
     
    3030    if($_SERVER["HTTPS"] != "on" && esc_attr( get_option('webclinicpro_forced_ssl') ) == 1)
    3131    {
     32        header("HTTP/1.1 301 Moved Permanently");
    3233        header("Location: https://" . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
    3334        exit();
Note: See TracChangeset for help on using the changeset viewer.