We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3f61c commit 9467ec2Copy full SHA for 9467ec2
upgrade.php
@@ -150,8 +150,7 @@ function url_get_contents ($Url) {
150
151
152
echo "\e[95m--------------------------------------------------------\n";
153
-echo "STEP 1: Checking .env file: \n";
154
-echo "- Your .env is located at ".getcwd()."/.env \n";
+echo "STEP 1: Checking .env file: ".getcwd()."/.env \n";
155
echo "--------------------------------------------------------\e[39m\n\n";
156
157
@@ -163,7 +162,7 @@ function url_get_contents ($Url) {
163
162
exit(1);
164
}
165
166
-$env_good = '';
+$env_good = $success_icon.' Your .env file is located at '.getcwd()."/.env \n";
167
$env_bad = '';
168
169
// Loop through each line of the .env
0 commit comments