Ticket #743 (closed Bug: fixed)
Optimize include path
| Reported by: | vipsoft | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Piwik 0.4 |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: |
Description
At present, index.php and piwik.php set the include path (relative to the Piwik document root) to: /, /core, /libs, /plugins, plus the existing include path.
The proposal here is to remove / from the above class search path as it is a frequent "miss". The handful of references to /config, /lang, and /misc can be converted to absolute paths.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

