├── plugin.php └── readme.md /plugin.php: -------------------------------------------------------------------------------- 1 | URLs in general are case-sensitive (with the exception of machine names). There may be URLs, or parts of URLs, where case doesn't matter, but identifying these may not be easy. Users should always consider that URLs are case-sensitive. 20 | 21 | This said, lots of users are pestering me for that kind of plugin, so there it is. Have fun breaking the web! :) 22 | 23 | ## License 24 | 25 | Do whatever the hell you want with it. 26 | --------------------------------------------------------------------------------