* @category glmWordPressPlugin
* @package glmMembersNearMe
* @author Chuck Scott <cscott@gaslightmedia.com>
- * @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();
}
* @category glmWordPressPlugin
* @package glmMembersNearMe
* @author Chuck Scott <cscott@gaslightmedia.com>
- * @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.
<?php
/**
* Plugin Name: GLM Members Database NearMe
- * Plugin URI: http://www.gaslightmedia.com/
+ * Plugin URI: https://www.gaslightmedia.com/
* Description: GLM Associate add-on that provides site users information on activities and offers near their current, or selected, location.
* Version: 0.1.0
* Author: Gaslight Media
- * Author URI: http://www.gaslightmedia.com/
+ * Author URI: https://www.gaslightmedia.com/
* License: GPL2
*/
* @category glmWordPressPluginChild
* @package glmMembersNearMeAddOn
* @author Chuck Scott <cscott@gaslightmedia.com>
- * @license http://www.gaslightmedia.com Gaslightmedia
+ * @license https://www.gaslightmedia.com Gaslightmedia
* @version 0.1.0
*/
* @category glmWordPressPlugin
* @package glmMembersDatabase
* @author Chuck Scott <cscott@gaslightmedia.com>
- * @license http://www.gaslightmedia.com Gaslightmedia
+ * @license https://www.gaslightmedia.com Gaslightmedia
* @version 0.1
*/
* @category glmWordPressPlugin
* @package glmMembersDatabase
* @author Chuck Scott <cscott@gaslightmedia.com>
- * @license http://www.gaslightmedia.com Gaslightmedia
+ * @license https://www.gaslightmedia.com Gaslightmedia
* @version 0.1
*/
* @category glmWordPressPlugin
* @package glmMembersDatabase
* @author Chuck Scott <cscott@gaslightmedia.com>
- * @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/
*/
/*
* @category glmWordPressPlugin
* @package glmMembersDatabase
* @author Chuck Scott <cscott@gaslightmedia.com>
- * @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/
*/
/*
* @category glmWordPressPlugin
* @package glmMembersDatabase
* @author Chuck Scott <cscott@gaslightmedia.com>
- * @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/
*/
/*
* @category glmWordPressPlugin
* @package glmMembersDatabase
* @author Chuck Scott <cscott@gaslightmedia.com>
- * @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/
*/
/*
* @category glmWordPressPlugin
* @package glmMembersDatabase
* @author Chuck Scott <cscott@gaslightmedia.com>
- * @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/
*/
* @category glmWordPressPlugin
* @package glmMembersNearMe
* @author Chuck Scott <cscott@gaslightmedia.com>
- * @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/
*/
/**
* @category glmWordPressPlugin
* @package glmMembersNearMe
* @author Chuck Scott <cscott@gaslightmedia.com>
- * @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/
*/
/*
* @category glmWordPressPlugin
* @package glmMembersNearMe
* @author Chuck Scott <cscott@gaslightmedia.com>
- * @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/
*/
/*
* @category glmWordPressPlugin
* @package glmMembersNearMe
* @author Chuck Scott <cscott@gaslightmedia.com>
- * @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.
{include file='front/nearme/header.html'}
- <script src="http://maps.googleapis.com/maps/api/js?&key={$settings.google_maps_api_key}"></script>
+ <script src="https://maps.googleapis.com/maps/api/js?&key={$settings.google_maps_api_key}"></script>
<script type="text/javascript">var enableDraggable = true;</script>
<div>