Skip to content

Instantly share code, notes, and snippets.

@jWeck-Software
jWeck-Software / index.php
Last active September 11, 2025 07:19
PHP Error Log Viewer
<?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.
*