rudolphi / open_enventory

PHP/MySQL-based chemical inventory/Electronic Lab Notebook for chemistry
https://sourceforge.net/projects/enventory/
GNU Affero General Public License v3.0
9 stars 6 forks source link

fix navigation for page choosing on list.php #5

Closed khoivan88 closed 5 years ago

khoivan88 commented 5 years ago

for some reason, if the oe files was not hosted at the root apache folder (for example: you have to access your oe site from www.yoursiteurl.com/oe and NOT www.yoursiteurl.com) when you choose the next page or any page in the result list, it will have error of URL not found. The URL was returned with duplicate folder location as /oe/oe/list.php?... The correct url should be /oe/list.php.

khoivan88 commented 5 years ago

Hi Felix, I close this pull request because with the 2019-07-24, it seems to be fixed already.