Link to homepage from package
-
actually you will only change one file, and only 1 character because it resides on fbegin.inc which used by every page.
cheers.
-
Only certain packages do this, and it's never really been supported. Some packages put their files in a subdirectory under /usr/local/www/ instead of in with the other files.
The link back to the main index page can't start with / because that breaks other functionality.
-
ok so must rely on /usr/var/www/packages/package-name/index.php that forwards to main.
-
Something like that, yeah, but it needs to be fixed in the packages themselves.
-
Is there any place the header-left logo will be directed when clicked?
-
Only certain packages do this, and it's never really been supported. Some packages put their files in a subdirectory under /usr/local/www/ instead of in with the other files.
The link back to the main index page can't start with / because that breaks other functionality.
if the link back can't start with / then the easier thing could be just to link to the "server name and port" of the current request… for example: http[ s ]://<servername>:<port>/[index.php]…
this just to avoid to patch n packets or to delegate the patching to different people that made the packet, but just to fix this problem in one place only...
just a suggestion...</port></servername> -
Using an absolute link is even worse than using a relative link starting with /
-
Using an absolute link is even worse than using a relative link starting with /
what if I add a simple index.php in the snort directory that just contains:
what do you think about it? This should not break any functionality and solve the problem…
-
Still the same issue as before with a relative link starting with /
Now if you used ../index.php, that might be ok.
-
Still the same issue as before with a relative link starting with /
Now if you used ../index.php, that might be ok.
ok, I made it… and pushed all the files in my clone... (also the ones for LCDProc, sorry but I thought that a "commit" was enough)...
Can you please merge the changes in the main repository?