3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-30 04:14:17 +00:00

Removed unused variable

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2023-02-06 12:38:29 -08:00
parent b0f4015bb4
commit 686d1aaae7

View File

@ -43,7 +43,6 @@ echo "--------------------------------------------------------\n\n";
// Check the .env looks ok
$env = file('.env');
$env_error_count = 0;
$env_good = '';
$env_bad = '';