Translated using Weblate (Slovenian)
[phpmyadmin.git] / index.php
blob488be8cc23679b6161c827d8754d80e62e55b0d2
1 <!doctype html>
2 <html lang="en">
3 <head>
4 <title>phpMyAdmin</title>
5 <meta http-equiv="expires" content="0">
6 <meta http-equiv="Pragma" content="no-cache">
7 <meta http-equiv="Cache-Control" content="no-cache">
8 <meta http-equiv="Refresh" content="0;url=./public/">
9 <script>
10 //<![CDATA[
11 setTimeout(function() { window.location = decodeURI('./public/'); }, 2000);
12 //]]>
13 </script>
14 </head>
15 <body>
16 <script>
17 //<![CDATA[
18 document.write('<p><a href="./public/">Redirecting…</a></p>');
19 //]]>
20 </script>
21 </body>
22 </html>