Files
wevads-platform/error_test.php
2026-02-26 04:53:11 +01:00

2 lines
123 B
PHP
Executable File

<?php ini_set("display_errors", 1); ini_set("log_errors", 1); error_reporting(E_ALL); echo "Error reporting enabled\n"; ?>