Branch: refs/heads/QA_4_7 Home: https://github.com/phpmyadmin/phpmyadmin Commit: f2dcdfff5016c40ae94c658467f5133e032ec377 https://github.com/phpmyadmin/phpmyadmin/commit/f2dcdfff5016c40ae94c658467f5... Author: Michal Čihař michal@cihar.com Date: 2017-10-20 (Fri, 20 Oct 2017)
Changed paths: M examples/openid.php M examples/signon.php
Log Message: ----------- Do not hardcode secure flag in examples
We can not assume that setup will be https by default, so having false as default is safer.
Fixes #13758
Signed-off-by: Michal Čihař michal@cihar.com