Changeset 1328 for trunk/wp-pass.php
- Timestamp:
- 06/13/08 17:21:00 (6 months ago)
- Files:
-
- trunk/wp-pass.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-pass.php
r1069 r1328 1 1 <?php 2 require( dirname(__FILE__) . '/wp-config.php'); 2 /** 3 * Creates the password cookie and redirects back to where the 4 * visitor was before. 5 * 6 * @package WordPress 7 */ 8 9 /** Make sure that the WordPress bootstrap has ran before continuing. */ 10 require( dirname(__FILE__) . '/wp-load.php'); 3 11 4 12 if ( get_magic_quotes_gpc() )
