Assume an action of resetpass if key is given.

git-svn-id: https://develop.svn.wordpress.org/trunk@3732 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-04-20 22:08:37 +00:00
parent 5ae9296015
commit 1f756adfc9
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ require( dirname(__FILE__) . '/wp-config.php' );
$action = $_REQUEST['action'];
$error = '';
if ( isset($_GET['key']) )
$action = 'resetpass';
nocache_headers();
header('Content-Type: '.get_bloginfo('html_type').'; charset='.get_bloginfo('charset'));