mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Removed unused variable
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b0f4015bb4
commit
686d1aaae7
|
@ -43,7 +43,6 @@ echo "--------------------------------------------------------\n\n";
|
|||
|
||||
// Check the .env looks ok
|
||||
$env = file('.env');
|
||||
$env_error_count = 0;
|
||||
$env_good = '';
|
||||
$env_bad = '';
|
||||
|
||||
|
|
Loading…
Reference in a new issue