jordansamuel / PASTE

Paste is a project that started from the files pastebin.com used before it was bought.
https://phpaste.sourceforge.io/
GNU General Public License v3.0
295 stars 105 forks source link

Remove redundant 'install'. #192

Open jasonmm opened 2 years ago

jasonmm commented 2 years ago

Because the file is already in the 'install' directory having 'install' again in the relative request path resulted in 'install/install/....', which produced a 404.

I ran into this problem while installing PASTE, and the code change in this pull request fixed the problem.

jasonmm commented 2 years ago

This might fix issues #162, #189, #190, and #191.