includeLineNumbers fails to display as the folder name where firephp should be placed is hardcoded in the source.
This could be solved by using __DIR__ constant.
I know this is a minor problem as one should use either composer or respect the folder name, but for old projects where I just want to update the lib this was causing a headache trying to figure out why it was not displaying file/numbers.
I have been meaning to fix this for a while. Feel free to send a PR that includes a check for FILE (don't use DIR as it was introduced later in PHP if I recall correctly).
includeLineNumbers
fails to display as the folder name where firephp should be placed is hardcoded in the source. This could be solved by using__DIR__
constant.I know this is a minor problem as one should use either composer or respect the folder name, but for old projects where I just want to update the lib this was causing a headache trying to figure out why it was not displaying file/numbers.