Opened 15 years ago
Closed 15 years ago
#14456 closed defect (bug) (fixed)
Check for valid $action in update-core.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.2 | Priority: | normal |
| Severity: | minor | Version: | |
| Component: | Upgrade/Install | Keywords: | has-patch 3.2-early |
| Focuses: | Cc: |
Description
Setting a non existent action param for update-core.php will cause just the footer of the admin to be displayed.
/wp-admin/update-core.php?action=test
The attached patch checks for a valid action and if one can't be found a redirect is issued.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Patch looks good.