Plugin Directory

Changeset 526592


Ignore:
Timestamp:
04/03/2012 07:07:41 AM (14 years ago)
Author:
phy9pas
Message:

ps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plot-my-tweets-and-posts/trunk/plotmypostsandtweets.php

    r526134 r526592  
    153153    // validate key
    154154    if ($options['key'] != $options['previous_key']) {
    155         $url = 'http://sandjam.co.uk/register/?product=plotmyposts&key='.$options['key'];
     155        $url = 'http://sandjam.co.uk/register/?product=plotmyposts&key='.$options['key'].'&domain='.urlencode($_SERVER['HTTP_HOST']);
    156156        $response = @file_get_contents($url);
    157157        if (!$response) {
Note: See TracChangeset for help on using the changeset viewer.