Changeset 324
- Timestamp:
- 08/21/03 14:59:39 (5 years ago)
- Files:
-
- trunk/b2-include/b2template.functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/b2-include/b2template.functions.php
r323 r324 591 591 if (!empty($post->post_password)) { // if there's a password 592 592 if ($HTTP_COOKIE_VARS['wp-postpass'] != $post->post_password) { // and it doesn't match the cookie 593 $output = "<form action=' $siteurl/wp-pass.php' method='post'>593 $output = "<form action='" . get_settings('siteurl') . "/wp-pass.php' method='post'> 594 594 <p>This post is password protected. To view it please enter your password below:</p> 595 595 <p><label>Password: <input name='post_password' type='text' size='20' /></label> <input type='submit' name='Submit' value='Submit' /></p>
