amnuts / opcache-gui

A clean, effective and responsive interface for Zend OPcache
1.22k stars 198 forks source link

Fix bug allowing cache reset without reset permission #7

Closed frickenate closed 9 years ago

frickenate commented 9 years ago

The permission check for non-ajax reset request was checking for allow_invalidate rather than the correct allow_reset.

amnuts commented 9 years ago

Thanks!