Changeset 601 for trunk/wp-register.php
- Timestamp:
- 12/11/2003 12:22:36 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-register.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-register.php
r586 r601 1 1 <?php 2 /* <Register> */ 3 4 require_once('wp-config.php'); 5 require_once($abspath.$b2inc.'/b2functions.php'); 2 require(dirname(__FILE__) . '/wp-config.php'); 6 3 7 4 function add_magic_quotes($array) { … … 127 124 Password: <strong><?php echo $stars; ?></strong><br /> 128 125 E-mail: <strong><?php echo $user_email; ?></strong></p> 129 <form action=" b2login.php" method="post" name="login">126 <form action="wp-login.php" method="post" name="login"> 130 127 <input type="hidden" name="log" value="<?php echo $user_login; ?>" /> 131 128 <input type="submit" value="Login" name="submit" />
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)