getgrav / getgrav/grav-plugin-admin
Statistics and admin
Open
- Dominant language
- PHP
- Stars
- 377
- Forks
- 225
- Avg merge
- 11h 51m
- Merged PRs (30d)
- 4
Description
Ok, I found the real problem. It's the error plugin. If enabled, it produces hits while working inside admin. The trackHit() function should not fire inside onShutdown in admin.php while admin plugin is enabled, but 404 errors instantiate independent life cycles which allow to trigger the trackHit function.
Contributor guide
Assessment
This issue has not been assessed yet.