Opened 16 years ago
Closed 16 years ago
#15284 closed defect (bug) (duplicate)
bug report
| Reported by: | rYokiNG | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 3.0.1 |
| Severity: | critical | Keywords: | 3.0.1 |
| Cc: | Focuses: |
Description
require_once('../wp-load.php');
if ( ! isset( $_REQUESTaction ) )
die('-1');
require_once('./includes/admin.php'); load admin.php already
@header('Content-Type: text/html; charset=' . get_option('blog_charset'));
send_nosniff_header();
do_action('admin_init');
if ( ! is_user_logged_in() ) { check after
if ( isset( $_POSTaction ) && $_POSTaction == 'autosave' ) {
$id = isset($_POSTpost_ID)? (int) $_POSTpost_ID : 0;
if ( ! $id )
die('-1');
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #15286 ?