Plugin Directory

Changeset 647704


Ignore:
Timestamp:
01/04/2013 03:00:11 AM (13 years ago)
Author:
bobbravo2
Message:

Initial import.

Location:
wordpress-by-circle-tree
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • wordpress-by-circle-tree/trunk/readme.txt

    r622427 r647704  
    44Tags: branding,circle tree, secure login, login
    55Requires at least: 3.0.1
    6 Tested up to: 3.4.2
     6Tested up to: 3.5
    77Stable Tag: trunk
    88
  • wordpress-by-circle-tree/trunk/wordpress-by-circletree.php

    r622728 r647704  
    55Description: Secure Login Screen for Circle Tree powered websites
    66Author: Circle Tree, LLC
    7 Version: 2.0.8
     7Version: 2.0.9
    88Author URI: http://mycircletree.com/
    99*/
     
    296296        $this->log('Failed login from IP: '.self::$remote_ip.'. Username: '.$username);
    297297        $this->set_failed_login();
     298        status_header(401);
    298299    }
    299300    public function login_error_message ($error) {
Note: See TracChangeset for help on using the changeset viewer.