phpmailerTest/php/00_showErrors.include.php
Asif Bacchus 0ade3fed4d Add files
2020-07-28 09:29:51 -06:00

5 lines
98 B
PHP

<?php
// display all errors while testing
error_reporting(E_ALL);
ini_set('display_errors', 1);
?>