Plugin Directory

Changeset 2476964


Ignore:
Timestamp:
02/18/2021 10:53:05 AM (5 years ago)
Author:
enclick
Message:

upgraded to https

File:
1 edited

Legend:

Unmodified
Added
Removed
  • christmas-countdown-clock/tags/1.1/christmas-countdown-clock.php

    r530636 r2476964  
    55  Author: enclick
    66  Version: 1.1
    7   Author URI: http://mycountdown.org
    8   Plugin URI: http://mycountdown.org/wordpress-countdown-clock-plugin/
     7  Author URI: https://mycountdown.org
     8  Plugin URI: https://mycountdown.org/wordpress-countdown-clock-plugin/
    99*/
    1010
     
    318318
    319319
    320         $target_url= "http://mycountdown.org/$group/";
     320        $target_url= "https://mycountdown.org/$group/";
    321321        $target_url .= $countdown ."/";
    322322        $target_url = str_replace(" ", "_", $target_url);
     
    326326        $group_code = strtolower($group);
    327327
    328         $widget_call_string = 'http://mycountdown.org/wp_countdown-clock.php?group='.$group_code;
     328        $widget_call_string = 'https://mycountdown.org/wp_countdown-clock.php?group='.$group_code;
    329329        $widget_call_string .= '&countdown='.$countdown;
    330330        $widget_call_string .= '&widget_number='.$typeflag;
Note: See TracChangeset for help on using the changeset viewer.