up version

This commit is contained in:
2025-05-14 07:49:16 +02:00
parent 39aa523246
commit a254d2cb94
2 changed files with 20 additions and 22 deletions

View File

@@ -47,7 +47,7 @@
/* phpLDAPadmin can encrypt the content of sensitive cookies if you set this
to a big random string. */
$config->custom->session['blowfish'] = imaljdmlkaedmlkezjfmljzaemflezafmlkzhfelmhzafezenull;
$config->custom->session['blowfish'] = '{{ bigrandomstring }}' ;
/* If your auth_type is http, you can override your HTTP Authentication Realm. */
// $config->custom->session['http_realm'] = sprintf('%s %s',app_name(),'login');