init
This commit is contained in:
commit
dda2c10107
48 changed files with 2022 additions and 0 deletions
14
wp-admin/index.html
Normal file
14
wp-admin/index.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Weiterleiten …</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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue