Enable error reporting for improved debugging in htmlposts.php
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
ini_set('display_errors', 1);
|
||||||
|
ini_set('log_errors', 1);
|
||||||
|
error_reporting(E_ALL);
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
*
|
*
|
||||||
* HTML in Posts plugin (/inc/plugins/htmlposts.php)
|
* HTML in Posts plugin (/inc/plugins/htmlposts.php)
|
||||||
|
|||||||
Reference in New Issue
Block a user