22 lines
525 B
PHP
22 lines
525 B
PHP
<html>
|
|
<head>
|
|
<title>phpMyAdmin</title>
|
|
<meta http-equiv="expires" content="0">
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
<meta http-equiv="Cache-Control" content="no-cache">
|
|
<meta http-equiv="Refresh" content="0;url=./public/">
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
setTimeout(function() { window.location = decodeURI('./public/'); }, 2000);
|
|
//]]>
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
document.write('<p><a href="./public/">Redirecting…</a></p>');
|
|
//]]>
|
|
</script>
|
|
</body>
|
|
</html>
|