URL fixes
This commit is contained in:
parent
0568948daa
commit
68ff2a8aca
|
@ -25,7 +25,7 @@
|
|||
<div id="pma_header"></div>
|
||||
<div id="page_content">
|
||||
<div class="container">
|
||||
<a href="/phpmyadmin/url.php?url=https%3A%2F%2Fwww.phpmyadmin.net%2F" target="_blank"
|
||||
<a href="https://www.phpmyadmin.net/" target="_blank"
|
||||
rel="noopener noreferrer" class="logo">
|
||||
<img src="./logo_right.png" id="imLogo" name="imLogo" alt="phpMyAdmin" border="0">
|
||||
</a>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<div class="error"><img src="themes/dot.gif" title="" alt="" class="icon ic_s_error"> Cannot log in to the
|
||||
MySQL server</div>
|
||||
<div class="hide js-show" style="display: block;">
|
||||
<form method="get" action="./index.html#" class="disableAjax">
|
||||
<form method="get" action="index.html#" class="disableAjax">
|
||||
<input type="hidden" name="db" value=""><input type="hidden" name="table" value=""><input
|
||||
type="hidden" name="lang" value="en"><input type="hidden" name="token"
|
||||
value="5838237543745b36557e705926624a63">
|
||||
|
|
Loading…
Reference in New Issue