First pass of features
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ class Env {
|
||||
$envFile = dirname(__DIR__) . '/.env';
|
||||
|
||||
if (!file_exists($envFile)) {
|
||||
throw new Exception('.env file not found. Please create one based on .env.example');
|
||||
throw new Exception('.env file not found. Please create one based on env.example or run install.php');
|
||||
}
|
||||
|
||||
$lines = file($envFile, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
|
||||
|
||||
Reference in New Issue
Block a user