fake login

This commit is contained in:
Sebastian Titz
2021-08-24 09:08:28 +02:00
parent 308204082d
commit 5239b1b586
3 changed files with 131 additions and 1 deletions

View File

@@ -1,2 +1,14 @@
# wp-login
## install
per console
```
git submodule add https://git.seemsleg.it/pub/php-func-lib lib
```
dann die htaccess erweitern
```
RewriteRule ^wp-login.php$ /wp-login/index.php?h=wp-login [L]
```