Branch: refs/heads/master Home: https://github.com/phpmyadmin/docker Commit: 1bcaeb5fece5f9dd72a9bb2036fdf7d3c7756cd4 https://github.com/phpmyadmin/docker/commit/1bcaeb5fece5f9dd72a9bb2036fdf7d3... Author: Michal Čihař michal@cihar.com Date: 2017-04-11 (Tue, 11 Apr 2017)
Changed paths: M etc/phpmyadmin/config.inc.php
Log Message: ----------- Fix getting empty values from environment
If environemnt variable is empty and is not part of $_ENV, the getenv (obviously) returns empty string, but we should use it.
Fixes #118
Signed-off-by: Michal Čihař michal@cihar.com