Secret page contains a link with wrong port to redirect the user to home page

pull/55/head
Clement Michaud 2017-07-19 00:35:55 +02:00
parent 3cc293b016
commit 24d4176a39
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
</head> </head>
<body> <body>
This is a very important secret!<br/> This is a very important secret!<br/>
Go back to <a href="https://home.test.local/">home page</a>. Go back to <a href="https://home.test.local:8080/">home page</a>.
</body> </body>
</html> </html>