We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f4fe7 commit 672cbf9Copy full SHA for 672cbf9
src/config.local.php
@@ -14,7 +14,7 @@
14
}
15
16
if ($PFA_ERROR) {
17
- echo '<h1>Configuration Error</h1>You must set environment these variables:<ul>';
+ echo '<h1>Configuration Error</h1>You must set these environment variables:<ul>';
18
foreach ($PFA_VARS AS $PFA_VAR) {
19
echo '<li>'.$PFA_VAR.': '.(isset($_ENV[$PFA_VAR]) ? '<span style="color: green; font-weight: bold;">configured</span>' : '<span style="color: red; font-weight: bold;">missing</span>').'</li>';
20
0 commit comments