Commit 83f5a99
committed
Fix signature check for sub-folder WP installs
Signature checking duplicates the WP install folder when building the
request URI.
For example, if you have a WordPress running on "www.example.com/wp", the
signature checker will use URLs like "www.example.com/wp/wp/...".
This commit removes the WordPress base directory from the checked path.
See !32, #34, #271 parent 4ca54cf commit 83f5a99
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | | - | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
555 | 560 | | |
556 | 561 | | |
557 | 562 | | |
| |||
0 commit comments