jcampbell1 / simple-file-manager

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

Feature: Ability to go Up a Level Using Link #89

Closed ikwyl6 closed 5 years ago

ikwyl6 commented 5 years ago

The area that shows "Home" > directory/directory1/directory2/directory3 should be separated links so you can click back into directory1 instead of clicking back button back->back to get to this directory.

drumscream commented 5 years ago

Hi! I just created pull request #93 to solve this problem.

ikwyl6 commented 5 years ago

Tested pull request and works properly! thank you.