Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 35ff461

Browse files
committed
updated VENDORS for 2.7.16
1 parent d00c49f commit 35ff461

File tree

3 files changed

+31
-27
lines changed

3 files changed

+31
-27
lines changed

app/check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
if ($iniPath) {
1313
echo_style('green', ' '.$iniPath);
1414
} else {
15-
echo_style('warning', ' WARNING: No configuration file (php.ini) used by PHP!');
15+
echo_style('yellow', ' WARNING: No configuration file (php.ini) used by PHP!');
1616
}
1717

1818
echo PHP_EOL.PHP_EOL;

composer.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/config.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@
7474
<p>Major problems have been detected and <strong>must</strong> be fixed before continuing:</p>
7575
<ol>
7676
<?php foreach ($majorProblems as $problem): ?>
77-
<li><?php echo $problem->getHelpHtml() ?></li>
77+
<li><?php echo $problem->getTestMessage() ?>
78+
<p class="help"><em><?php echo $problem->getHelpHtml() ?></em></p>
79+
</li>
7880
<?php endforeach; ?>
7981
</ol>
8082
<?php endif; ?>
@@ -87,7 +89,9 @@
8789
</p>
8890
<ol>
8991
<?php foreach ($minorProblems as $problem): ?>
90-
<li><?php echo $problem->getHelpHtml() ?></li>
92+
<li><?php echo $problem->getTestMessage() ?>
93+
<p class="help"><em><?php echo $problem->getHelpHtml() ?></em></p>
94+
</li>
9195
<?php endforeach; ?>
9296
</ol>
9397
<?php endif; ?>

0 commit comments

Comments
 (0)