mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
5 lines
98 B
PHP
5 lines
98 B
PHP
<?php
|
|
|
|
ini_set('display_errors', 1);
|
|
ini_set('display_startup_errors', 1);
|
|
error_reporting(E_ALL); |