Problem/Motivation
As title
Proposed resolution
For example:
- $filename = __DIR__ . '/../../../../../../filename.ext';
+ $filename = dirname(__DIR__, 6) . '/filename.ext';
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | interdiff-2-3.txt | 802 bytes | jungle |
| #3 | 3153611-3.patch | 57.33 KB | jungle |
| #2 | 3153611-2.patch | 58.11 KB | jungle |
Comments
Comment #2
jungleComment #3
jungleReverted one change trying to fix #2