Changeset 479 for trunk/b2login.php
- Timestamp:
- 10/26/2003 08:34:24 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/b2login.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2login.php
r458 r479 258 258 header("Cache-Control: no-cache, must-revalidate"); /* to cope with HTTP/1.1 */ 259 259 header("Pragma: no-cache"); 260 header("Location: wp-admin/ b2edit.php");260 header("Location: wp-admin/"); 261 261 exit(); 262 262 } … … 298 298 <input type="hidden" name="popuptitle" value="<?php echo $popuptitle ?>" /> 299 299 <?php } ?> 300 <input type="hidden" name="redirect_to" value="wp-admin/ b2edit.php" />300 <input type="hidden" name="redirect_to" value="wp-admin/" /> 301 301 <input type="hidden" name="action" value="login" /> 302 302 <label>Login: <input type="text" name="log" id="log" value="" size="20" tabindex="1" /></label><br />
Note: See TracChangeset
for help on using the changeset viewer.