From 04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 9 Jan 2020 10:55:03 +0100 Subject: phpmyadmin working --- srcs/phpmyadmin/templates/login/header.twig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcs/phpmyadmin/templates/login/header.twig (limited to 'srcs/phpmyadmin/templates/login/header.twig') diff --git a/srcs/phpmyadmin/templates/login/header.twig b/srcs/phpmyadmin/templates/login/header.twig new file mode 100644 index 0000000..a21dee5 --- /dev/null +++ b/srcs/phpmyadmin/templates/login/header.twig @@ -0,0 +1,16 @@ +{% if session_expired == true %} +
+{% endif %} +
+ +

{{ 'Welcome to %s'|trans|format('phpMyAdmin')|raw }}

+ + + +
+{{ "There is a mismatch between HTTPS indicated on the server and client. This can lead to a non working phpMyAdmin or a security risk. Please fix your server configuration to indicate HTTPS properly."|trans|error }} +
-- cgit