You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Charles 9734403114 Fix removeRelativePath
Instead of checking the existence of relative_path (without /) anywhere on the url, it really should check that the url only starts with the relative_path.

Example

```
relative_path = /forum
without / = forum
url = /category/forum/5
removeRelativePath = ory/forum/5
```
11 years ago
..
images/themes minor tweaks to theme engine 12 years ago
language closes #450 11 years ago
src Fix removeRelativePath 11 years ago
uploads removing debug statements from ajaxify 12 years ago
vendor closes #1572 11 years ago
favicon.ico added favicon 12 years ago
logo.png default link tag (apple-touch-icon) added 11 years ago