Make WordPress Core

Changeset 40 for trunk/b2login.php


Ignore:
Timestamp:
05/22/2003 10:51:40 PM (23 years ago)
Author:
mikelittle
Message:

More changes for new admin path. Removed relocated files.
Moved some more files from b2-include to wp-admin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2login.php

    r3 r40  
    296296                header("Cache-Control: no-cache, must-revalidate"); /* to cope with HTTP/1.1 */
    297297                header("Pragma: no-cache");
    298                 header("Location: b2edit.php");
     298                header("Location: wp-admin/b2edit.php");
    299299                exit();
    300300        }
     
    353353<input type="hidden" name="popuptitle" value="<?php echo $popuptitle ?>" />
    354354<?php } ?>
    355 <input type="hidden" name="redirect_to" value="b2edit.php" />
     355<input type="hidden" name="redirect_to" value="wp-admin/b2edit.php" />
    356356<input type="hidden" name="action" value="login" />
    357357<table width="100" style="background-color: #ffffff">
Note: See TracChangeset for help on using the changeset viewer.