From: Laury GvR Date: Mon, 16 Sep 2019 15:32:12 +0000 (-0400) Subject: Changed http script and glm site references to use https X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=5b6a2aa8c772209d8f473d821ed200a5a8a6a31a;p=WP-Plugins%2Fglm-member-db-nearme.git Changed http script and glm site references to use https --- diff --git a/activate.php b/activate.php index 09c911a..c7813bd 100644 --- a/activate.php +++ b/activate.php @@ -9,14 +9,14 @@ * @category glmWordPressPlugin * @package glmMembersNearMe * @author Chuck Scott - * @license http://www.gaslightmedia.com Gaslightmedia + * @license https://www.gaslightmedia.com Gaslightmedia * @release activate.php,v 1.0 2014/10/31 19:31:47 cscott Exp $ - * @link http://dev.gaslightmedia.com/ + * @link https://dev.gaslightmedia.com/ */ // Check that we're being called by WordPress. if (!defined('ABSPATH')) { - header("Location: http://".$_SERVER['SERVER_NAME']."/error/404.html"); + header("Location: https://".$_SERVER['SERVER_NAME']."/error/404.html"); die(); } diff --git a/deactivate.php b/deactivate.php index 95376b1..940c375 100644 --- a/deactivate.php +++ b/deactivate.php @@ -8,9 +8,9 @@ * @category glmWordPressPlugin * @package glmMembersNearMe * @author Chuck Scott - * @license http://www.gaslightmedia.com Gaslightmedia + * @license https://www.gaslightmedia.com Gaslightmedia * @release admin.php,v 1.0 2014/10/31 19:31:47 cscott Exp $ - * @link http://dev.gaslightmedia.com/ + * @link https://dev.gaslightmedia.com/ */ // Check that we're being called by WordPress. diff --git a/index.php b/index.php index 9701dc3..600f375 100644 --- a/index.php +++ b/index.php @@ -1,11 +1,11 @@ - * @license http://www.gaslightmedia.com Gaslightmedia + * @license https://www.gaslightmedia.com Gaslightmedia * @version 0.1.0 */ diff --git a/models/admin/ajax/getPOI.php b/models/admin/ajax/getPOI.php index 5146114..0a24f58 100644 --- a/models/admin/ajax/getPOI.php +++ b/models/admin/ajax/getPOI.php @@ -9,7 +9,7 @@ * @category glmWordPressPlugin * @package glmMembersDatabase * @author Chuck Scott - * @license http://www.gaslightmedia.com Gaslightmedia + * @license https://www.gaslightmedia.com Gaslightmedia * @version 0.1 */ diff --git a/models/front/nearme/index.php b/models/front/nearme/index.php index 00b6def..35d4e34 100644 --- a/models/front/nearme/index.php +++ b/models/front/nearme/index.php @@ -8,7 +8,7 @@ * @category glmWordPressPlugin * @package glmMembersDatabase * @author Chuck Scott - * @license http://www.gaslightmedia.com Gaslightmedia + * @license https://www.gaslightmedia.com Gaslightmedia * @version 0.1 */ diff --git a/setup/adminHooks.php b/setup/adminHooks.php index e783a91..e958748 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -8,9 +8,9 @@ * @category glmWordPressPlugin * @package glmMembersDatabase * @author Chuck Scott - * @license http://www.gaslightmedia.com Gaslightmedia + * @license https://www.gaslightmedia.com Gaslightmedia * @release adminHooks.php,v 1.0 2014/10/31 19:31:47 cscott Exp $ - * @link http://dev.gaslightmedia.com/ + * @link https://dev.gaslightmedia.com/ */ /* diff --git a/setup/adminMenus.php b/setup/adminMenus.php index 8685d02..ce6ffa2 100644 --- a/setup/adminMenus.php +++ b/setup/adminMenus.php @@ -8,9 +8,9 @@ * @category glmWordPressPlugin * @package glmMembersDatabase * @author Chuck Scott - * @license http://www.gaslightmedia.com Gaslightmedia + * @license https://www.gaslightmedia.com Gaslightmedia * @release admin.php,v 1.0 2014/10/31 19:31:47 cscott Exp $ - * @link http://dev.gaslightmedia.com/ + * @link https://dev.gaslightmedia.com/ */ /* diff --git a/setup/adminTabs.php b/setup/adminTabs.php index 4e3c126..0fb573a 100644 --- a/setup/adminTabs.php +++ b/setup/adminTabs.php @@ -8,9 +8,9 @@ * @category glmWordPressPlugin * @package glmMembersDatabase * @author Chuck Scott - * @license http://www.gaslightmedia.com Gaslightmedia + * @license https://www.gaslightmedia.com Gaslightmedia * @release admin.php,v 1.0 2014/10/31 19:31:47 cscott Exp $ - * @link http://dev.gaslightmedia.com/ + * @link https://dev.gaslightmedia.com/ */ /* diff --git a/setup/frontHooks.php b/setup/frontHooks.php index bbc9071..5284de5 100644 --- a/setup/frontHooks.php +++ b/setup/frontHooks.php @@ -8,9 +8,9 @@ * @category glmWordPressPlugin * @package glmMembersDatabase * @author Chuck Scott - * @license http://www.gaslightmedia.com Gaslightmedia + * @license https://www.gaslightmedia.com Gaslightmedia * @release frontHooks.php,v 1.0 2014/10/31 19:31:47 cscott Exp $ - * @link http://dev.gaslightmedia.com/ + * @link https://dev.gaslightmedia.com/ */ /* diff --git a/setup/permissions.php b/setup/permissions.php index 68554ec..a62fc08 100644 --- a/setup/permissions.php +++ b/setup/permissions.php @@ -8,9 +8,9 @@ * @category glmWordPressPlugin * @package glmMembersDatabase * @author Chuck Scott - * @license http://www.gaslightmedia.com Gaslightmedia + * @license https://www.gaslightmedia.com Gaslightmedia * @release permissions.php,v 1.0 2014/10/31 19:31:47 cscott Exp $ - * @link http://dev.gaslightmedia.com/ + * @link https://dev.gaslightmedia.com/ */ diff --git a/setup/rolesAndCapabilities.php b/setup/rolesAndCapabilities.php index 4ad7237..f70f339 100644 --- a/setup/rolesAndCapabilities.php +++ b/setup/rolesAndCapabilities.php @@ -8,9 +8,9 @@ * @category glmWordPressPlugin * @package glmMembersNearMe * @author Chuck Scott - * @license http://www.gaslightmedia.com Gaslightmedia + * @license https://www.gaslightmedia.com Gaslightmedia * @release rolesAndPermissions.php,v 1.0 2014/10/31 19:31:47 cscott Exp $ - * @link http://dev.gaslightmedia.com/ + * @link https://dev.gaslightmedia.com/ */ /** diff --git a/setup/shortcodes.php b/setup/shortcodes.php index 3403201..3f79957 100644 --- a/setup/shortcodes.php +++ b/setup/shortcodes.php @@ -8,9 +8,9 @@ * @category glmWordPressPlugin * @package glmMembersNearMe * @author Chuck Scott - * @license http://www.gaslightmedia.com Gaslightmedia + * @license https://www.gaslightmedia.com Gaslightmedia * @release shortcodes.php,v 1.0 2014/10/31 19:31:47 cscott Exp $ - * @link http://dev.gaslightmedia.com/ + * @link https://dev.gaslightmedia.com/ */ /* diff --git a/setup/validActions.php b/setup/validActions.php index 05af50d..7259f10 100644 --- a/setup/validActions.php +++ b/setup/validActions.php @@ -8,9 +8,9 @@ * @category glmWordPressPlugin * @package glmMembersNearMe * @author Chuck Scott - * @license http://www.gaslightmedia.com Gaslightmedia + * @license https://www.gaslightmedia.com Gaslightmedia * @release admin.php,v 1.0 2014/10/31 19:31:47 cscott Exp $ - * @link http://dev.gaslightmedia.com/ + * @link https://dev.gaslightmedia.com/ */ /* diff --git a/uninstall.php b/uninstall.php index e50da5c..8343460 100644 --- a/uninstall.php +++ b/uninstall.php @@ -11,9 +11,9 @@ die('uninstall not configured - See plugin uninstall.php script!'); * @category glmWordPressPlugin * @package glmMembersNearMe * @author Chuck Scott - * @license http://www.gaslightmedia.com Gaslightmedia + * @license https://www.gaslightmedia.com Gaslightmedia * @release admin.php,v 1.0 2014/10/31 19:31:47 cscott Exp $ - * @link http://dev.gaslightmedia.com/ + * @link https://dev.gaslightmedia.com/ */ // Check that we're being called by WordPress. diff --git a/views/front/nearme/index.html b/views/front/nearme/index.html index 2f706c4..714d0b4 100644 --- a/views/front/nearme/index.html +++ b/views/front/nearme/index.html @@ -1,6 +1,6 @@ {include file='front/nearme/header.html'} - +