This commit is contained in:
randogoth 2025-12-22 07:41:33 +00:00
commit dda2c10107
48 changed files with 2022 additions and 0 deletions

14
wp-admin/index.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Weiterleiten&#160;&hellip;</title>
<meta http-equiv="refresh" content="0;url=/wp-login.php?redirect_to=http%3A%2F%2F127.0.0.1%2Fwp-admin%2F%3Fsimply_static_page%3D9&reauth=1">
</head>
<body>
<script type="text/javascript">
window.location = "/wp-login.php?redirect_to=http%3A%2F%2F127.0.0.1%2Fwp-admin%2F%3Fsimply_static_page%3D9&reauth=1";
</script>
<p>Du wirst auf <a href="/wp-login.php?redirect_to=http%3A%2F%2F127.0.0.1%2Fwp-admin%2F%3Fsimply_static_page%3D9&reauth=1">/wp-login.php?redirect_to=http%3A%2F%2F127.0.0.1%2Fwp-admin%2F%3Fsimply_static_page%3D9&reauth=1</a> weitergeleitet</p>
</body>
</html>