be more explicit about uploadsDir error

This commit is contained in:
Leon Stafford 2016-12-27 20:19:22 +13:00
parent b042c9e923
commit 4e78f5dc28

View file

@ -29,12 +29,12 @@ endif;
<div class="wrap wpsho-report">
<h2>System Requirements Report</h2>
<h2>Pre-flight check - is your system able to run the WP Static HTML Output plugin?</h2>
<p><strong>Your server does not meet the following requirements in order to use this plugin.</strong></p>
<p><strong>Oops - we need to fix some things before the plugin will run smoothly for you.</strong></p>
<p>
The following requirements failed, please contact your hosting provider in order to receive assistance with meeting the system requirements for this plugin:
The following requirements failed, please contact the plugin developer, <a href="https://leonstafford.github.io">Leon Stafford</a>, for some support with your issue.
<ul>
<li><?php echo implode('</li><li>', $fail) ?></li>
</ul>