oetiker/SmokePing

Generate button des not respect cgiurl or linkstyle

daniel8192 opened this issue · 0 comments

I'm running SmokePing-2.7.3 in a docker container, but i don't think this is relevant.
When I open a page for a host and want to generate the graph for a specified time range, I got a 404. The new link is always pointing to smokeping/smokeping.cgi.
The source of the website looks like this for me:

<form method="post" action="/smokeping/?displaymode=n;start=2021-11-30%2009:47;end=now;target=Group.Host" 

The new link does not use the cgiurl or the linkstyle=relative, which leads to the 404.
Link is generated in this line

$page .= $q->start_form(-method=>'POST', -id=>'range_form')
.