Plugin Directory

Changeset 521027


Ignore:
Timestamp:
03/19/2012 07:35:05 PM (14 years ago)
Author:
mthomas9
Message:

Password protection works correctly

Location:
purlem-personal-url-marketing/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • purlem-personal-url-marketing/trunk/purlem.php

    r511306 r521027  
    44Plugin URI: http://purlem.com
    55Description: Personalize your blog to visitors and track results with Personalized URLs (PURLs). <strong>The Plugin Requires a <a href='http://www.purlem.com'>Purlem Account</a>.</strong>
    6 Version: 1.1.4
     6Version: 1.1.5
    77Author: Marty Thomas
    88Author URI: http://purlem.com/company
     
    8181    $user = json_decode($data);
    8282    @session_start();
     83    $_SESSION['visitor']=$_GET['username'];
    8384    if($user->{'login'} && ($_SESSION['visitor'] != $user->{'firstName'}.''.$user->{'lastName'})) {
    8485        echo $user->{'login'};
    8586        exit;
    8687    }
    87     $_SESSION['user'] = $user;
    8888}
    8989
  • purlem-personal-url-marketing/trunk/readme.txt

    r511306 r521027  
    44Link: http://purlem.com/
    55Requires at least: 2.1
    6 Tested up to: 3.2.1
    7 Stable tag: 1.1.4
     6Tested up to: 3.2.1 
     7Stable tag: 1.1.5
    88
    99Personalize your blog to visitors and track results with Personalized URLs (PURLs). The Plugin Requires a Purlem Account.
Note: See TracChangeset for help on using the changeset viewer.