![]() |
HTTP Error log reader - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: HTTP Error log reader (/showthread.php?tid=13315) |
HTTP Error log reader - El Forum - 11-18-2008 [eluser]louis w[/eluser] I was in the need of a front-end error log reader to help quick debugging of client sites. This script is useful for an easy way to browse the recent error messages without having to ssh in to the server (i have the system folder set at inaccessible to http requests). It's VERY bare bones, and just reads the file and outputs it to screen. I am sure there is a lot of additional features that could be added to it. I just threw it together and thought i would share. Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |