Changeset 458 for trunk/wp-pass.php
- Timestamp:
- 10/20/2003 08:53:13 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-pass.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-pass.php
r323 r458 6 6 -- Matt 7 7 */ 8 9 setcookie('wp-postpass ', $HTTP_POST_VARS['post_password'], time()+60*60*24*30);8 include_once('wp-config.php'); 9 setcookie('wp-postpass_'.$cookiehash, $HTTP_POST_VARS['post_password'], time()+60*60*24*30); 10 10 header('Location: ' . $HTTP_SERVER_VARS['HTTP_REFERER']); 11 11
Note: See TracChangeset
for help on using the changeset viewer.