Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
web: Fix hrefs when called without path_info
If the cgi-scripts was references without path-info e.g. http://server/path/script instead of http://server/path/script/ than wrong self-referencing urls are created, because the last path component is replaces by the module ("/groups","/server" or "/active_jobs"). Reuse existings selfurl() function to generate the self-referencing urls. This function replaces the path_info, not the last path component.
- Loading branch information