Opened 22 years ago
Closed 21 years ago
#449 closed defect (bug) (fixed)
Any file containing "install" in it name seems to have trouble running get_currentuserinfo()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | minor | Version: | |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
"install" only needs to be a substring (e.g. "install_myplugin.php") for the session authentication to fail (get_current_userinfo() doesn't set any variable)... removing it from the filename fixes the problem.
Easy fix, ages to figure such a behaviour...
Change History (2)
Note: See
TracTickets for help on using
tickets.
It should check for install.php now.