Ticket #4087: 4087.diff
| File 4087.diff, 502 bytes (added by , 19 years ago) |
|---|
-
wp-pass.php
1 1 <?php 2 2 require( dirname(__FILE__) . '/wp-config.php'); 3 3 4 if ( get_magic_quotes_gpc() )5 $_POST['post_password'] = stripslashes($_POST['post_password']);6 7 4 // 10 days 8 5 setcookie('wp-postpass_' . COOKIEHASH, $_POST['post_password'], time() + 864000, COOKIEPATH); 9 6 10 7 wp_redirect(wp_get_referer()); 11 ?> 12 No newline at end of file 8 ?>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)