Opened 4 years ago
Closed 4 years ago
#1486304 closed Bugs (fixed)
open_basedir restriction for '..' in rcmail_get_skins()
| Reported by: | finn | Owned by: | |
|---|---|---|---|
| Priority: | 6 | Milestone: | 0.4-beta |
| Component: | PHP backend | Version: | 0.3.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Apache-PHP configuration using open_basedir causes roundcube to give an error when trying to do an is_dir on '..' in rcmail_get_skins().
I would suggest moving the !in_array() before the is_dir check to avoid this.
Change History (1)
comment:1 Changed 4 years ago by alec
- Milestone changed from later to 0.4-beta
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [90b1cb2e]