diff --git a/config.php b/config.php index 5ff0b20..65a95cf 100644 --- a/config.php +++ b/config.php @@ -1,26 +1,30 @@ $v) { - $tmp = getenv(strtoupper("REDIS_OPTIONS_" . $k)); - if( isset($tmp) and $tmp != '' ) { - $redis_options[$k] = $tmp; - } -} - ?> diff --git a/header.php b/header.php index 527a21e..4aab7ac 100644 --- a/header.php +++ b/header.php @@ -9,6 +9,6 @@