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["port"] = get_cfg_from_env("REDIS_OPTIONS_PORT",6379);
|
||||||
$redis_options["password"] = get_cfg_from_env("REDIS_OPTIONS_PASSWORD","password");
|
$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 ...
|
// read configuration from file if exists ...
|
||||||
if( is_file("./.htconfig.php") ) {
|
if( is_file("./.htconfig.php") ) {
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,6 @@
|
||||||
<div id="page">
|
<div id="page">
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<a href="/"><img style="border:none" src="logo.png" width="192" height="85" alt="Retwis"></a>
|
<a href="/"><img style="border:none" src="logo.png" width="192" height="85" alt="Retwis"></a>
|
||||||
<?php echo $redis_title; ?>
|
<?php echo $retwis_title; ?>
|
||||||
<?php include("navbar.php") ?>
|
<?php include("navbar.php") ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue