fuel / core

Fuel PHP Framework - The core of the Fuel v1 framework
http://fuelphp.com
811 stars 344 forks source link

Profiler options #2195

Closed polmartinez closed 1 year ago

polmartinez commented 1 year ago

I need to remove profiler options, for example config variables. How can we add some configuration options?

WanWizard commented 1 year ago

That would require hacking into phpquickprofiler/display.php, and that code is a mess.

Ideally it would need cleaning up, and converted into proper classes and views, which could be made configurable like other Fuel classes.