header bugfix
This commit is contained in:
parent
212aeefd36
commit
28d30c6499
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ $redis_options["host"] = get_cfg_from_env("REDIS_OPTIONS_HOST","localhost");
|
|||
$redis_options["port"] = get_cfg_from_env("REDIS_OPTIONS_PORT",6379);
|
||||
$redis_options["password"] = get_cfg_from_env("REDIS_OPTIONS_PASSWORD","password");
|
||||
|
||||
$redis_title = get_cfg_from_env("REDIS_TITLE","");
|
||||
$retwis_title = get_cfg_from_env("RETWIS_TITLE","");
|
||||
|
||||
// read configuration from file if exists ...
|
||||
if( is_file("./.htconfig.php") ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue