jcampbell1 / simple-file-manager

A Simple PHP file manager. The code is a single php file.
MIT License
914 stars 502 forks source link

Fix breadcrumbs navigation, again #121

Open boeglin opened 2 years ago

boeglin commented 2 years ago

After pull requests #66 and #93 were merged, old unescaped URIs (from browser history or external links) were no longer properly decomposed.

Use a regex instead of a string to match unescaped as well as escaped directory separators in URI.