This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @author Jens Weck | |
* @version 1.0 | |
* @license GPL | |
* | |
* PHP Error Log Viewer | |
* | |
* This script reads the specified PHP error log files and displays them in an easy-to-read format. | |
* |