Opened 6 years ago
Closed 6 years ago
#1484268 closed Feature Requests (wontfix)
php_flag register_globals on
| Reported by: | seansan | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-rc1 |
| Component: | PHP backend | Version: | 0.1-rc1 |
| Severity: | minor | Keywords: | htaccess |
| Cc: | sean115@… |
Description
I have just come from a server that had the register_globals flag turned off. And I hear it is becoming mroe common.
It might be a good idea to add the following to the .htaccess file in root
php_flag register_globals on
Change History (2)
comment:1 Changed 6 years ago by seansan
- Type changed from Bugs to Feature Requests
comment:2 Changed 6 years ago by jpingle
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

I always run with register_globals off, and I don't have any problem with RoundCube. Furthermore this is a giant security hole.