Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 876 Bytes

index.md

File metadata and controls

22 lines (13 loc) · 876 Bytes

FuelPHP Profiler

Create a query to find hosts which use FuelPHP's Profiler.

Background & hints

Many PHP Web application frameworks have a web based debugging console.

The web based debugging console is useful, but it might cause a sensitive information leakage when it is enabled in production.

In FuelPHP, the debugging console is called Profiler and it is based on PHP-Quick-Profiler.

You can find query candidates in the code base.