This script checks if your server configuration meets the requirements
for running Yii application.
@ -30,27 +26,25 @@ It checks if the server is running the right version of PHP,
if appropriate PHP extensions have been loaded, and if php.ini file settings are correct.
</p>
<h2>Conclusion</h2>
<p>
<h3>Conclusion</h3>
<?phpif($summary['errors']>0):?>
Unfortunately your server configuration does not satisfy the requirements by this application.
<strongclass="text-error">Unfortunately your server configuration does not satisfy the requirements by this application.</strong>
<?phpelseif($summary['warnings']>0):?>
Your server configuration satisfies the minimum requirements by this application. Please pay attention to the warnings listed below if your application will use the corresponding features.
<strongclass="text-warning">Your server configuration satisfies the minimum requirements by this application. Please pay attention to the warnings listed below if your application will use the corresponding features.</strong>
<?phpelse:?>
Congratulations! Your server configuration satisfies all requirements.
<strongclass="text-success">Congratulations! Your server configuration satisfies all requirements.</strong>