@@ -1,6 +1,6 @@
<?php
// Reads .env File
$envFile = __DIR__ . '/.env';
if (file_exists($envFile)) {
$lines = file($envFile, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
The note is not visible to the blocked user.