Quote:
Today at 01:41 PM TheEDIGuy said this in Post #96
Just curious if I'm the only person running into this? I really want to start using this on a couple of our bad users, but I really don't want to be showing them filenames in the errors, just from a security standpoint.
|
That warning is because of the
echo " "; statement in global.php. You can choose to remove that statement from global.php. The only reason why I did it is because I did not want for my web browser to time out when I force a long sleep. The echo statement prevents the timeout.