Enable error reporting for improved debugging in htmlposts.php

This commit is contained in:
2025-11-16 14:02:42 -05:00
parent e8af7f6790
commit 2a1027d087

View File

@@ -1,4 +1,7 @@
<?php
ini_set('display_errors', 1);
ini_set('log_errors', 1);
error_reporting(E_ALL);
/***************************************************************************
*
* HTML in Posts plugin (/inc/plugins/htmlposts.php)