-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webprefix missing in links #495
Comments
This is true. Added to the distro for the future releases. Thanks!! |
in filemin the link help.cgi is missing the webprefix too. |
Can you please post to the latest issue you opened, so I will not forget. |
Please upgrade to 18.03, it should fix your issues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in authentic-lib.pm (1.802) line 2396 and line 2398 $gconfig{'webprefix'} is missing in the "a" tag
should be
a class="btn btn-default" id="edit_styles" href="'. $gconfig{'webprefix'}.'/settings-editor_read.cgi">
or
a class="btn btn-default" id="edit_logos" href="'. $gconfig{'webprefix'}.'/settings-upload.cgi">
The funktion print_category_link or its use in line 722+ seems to have the same issue
The text was updated successfully, but these errors were encountered: