Update finishing.blade.php

This commit is contained in:
Julian Prieber 2023-11-23 16:34:28 +01:00
parent d0a56ed6ce
commit ff523f3f66
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ use App\Models\Page;
} else {EnvEditor::addKey('LOCALE', 'en');}
if(EnvEditor::keyExists('ENABLE_REPORT_ICON')){ /* Do nothing if key already exists */
} else {EnvEditor::addKey('ENABLE_REPORT_ICON', false);}
} else {EnvEditor::addKey('ENABLE_REPORT_ICON', 'false');}
if(EnvEditor::keyExists('ADMIN_EMAIL')){} else
{if(Auth::user()->id == 1){EnvEditor::addKey('ADMIN_EMAIL', App\Models\User::find(1)->email);}