Update default app_key check
This commit is contained in:
parent
ee0e6a16bb
commit
dcd70df5ec
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class HandleUserLoggedIn
|
|||
/*
|
||||
if (! env('APP_KEY')) {
|
||||
Session::flash('error', trans('texts.error_app_key_not_set'));
|
||||
} elseif (strstr(env('APP_KEY'), 'SomeRandomString')) {
|
||||
} elseif (in_array(, ['SomeRandomString', 'SomeRandomStringSomeRandomString', 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'])) {
|
||||
Session::flash('error', trans('texts.error_app_key_set_to_default'));
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue