Skip to content

Fixed static URL path

Paul Selibas requested to merge pselibas/Shinobi:master into master

When generating a link there is a prepending slash. If Shinobi is behind a proxy with a subdirectory, this link (that is generated) is invalid. Removing the prepending slash make the link relative and not static.

Merge request reports