diff options
Diffstat (limited to 'app/views/auth/index.phtml')
| -rw-r--r-- | app/views/auth/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/auth/index.phtml b/app/views/auth/index.phtml index a18ab49e2..45183592a 100644 --- a/app/views/auth/index.phtml +++ b/app/views/auth/index.phtml @@ -16,7 +16,7 @@ <label class="group-name" for="auth_type"><?= _t('admin.auth.type') ?></label> <div class="group-controls"> <select id="auth_type" name="auth_type" required="required" data-leave-validation="<?= FreshRSS_Context::$system_conf->auth_type ?>"> - <?php if (!in_array(FreshRSS_Context::$system_conf->auth_type, array('form', 'http_auth', 'none'))) { ?> + <?php if (!in_array(FreshRSS_Context::$system_conf->auth_type, ['form', 'http_auth', 'none'], true)) { ?> <option selected="selected"></option> <?php } ?> <option value="form"<?= FreshRSS_Context::$system_conf->auth_type === 'form' ? ' selected="selected"' : '', |
