Edit a sentence in index.php (#19309)

* Edit a sentence in index.php

Signed-off-by: abdellah boutmad <boutabd6@gmail.com>

* Edit a sentence in index.php

Signed-off-by: abdellah boutmad <boutabd6@gmail.com>

* Update index.php

Co-authored-by: William Desportes <williamdes@wdes.fr>
Signed-off-by: abdellah boutmad <boutabd6@gmail.com>

---------

Signed-off-by: abdellah boutmad <boutabd6@gmail.com>
Co-authored-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
AbdellahBoutmad 2024-10-09 00:41:13 +01:00 committed by GitHub
parent 5d699d99ef
commit 5a82f71580
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ setTimeout(function() { window.location = decodeURI('./public/'); }, 2000);
<body>
<script>
//<![CDATA[
document.write('<p><a href="./public/">Redirecting…</a></p>');
document.write('<p>Redirecting to the <a href="./public/">phpMyAdmin interface</a>. If you are not redirected automatically, click the link.</p>');
//]]>
</script>
</body>