Revision 704143f5
Added by Ermal LUÇI almost 14 years ago
etc/inc/shaper.inc | ||
---|---|---|
587 | 587 |
if ($altq) |
588 | 588 |
$scheduler = ": " . $altq->GetScheduler(); |
589 | 589 |
$form = "<tr><td width=\"20%\" class=\"vtable\">"; |
590 |
$form .= "<a href=\"firewall_shaper.php?interface" . $this->GetInterface() . "&queue=". $this->GetInterface()."&action=show\">".$this->GetInterface().": ".$scheduler."</a>"; |
|
590 |
$form .= "<a href=\"firewall_shaper.php?interface=" . $this->GetInterface() . "&queue=". $this->GetInterface()."&action=show\">".$this->GetInterface().": ".$scheduler."</a>";
|
|
591 | 591 |
$form .= "</td></tr>"; |
592 | 592 |
$form .= "<tr>"; |
593 | 593 |
$form .= "<td width=\"50%\" class=\"vncellreq\">"; |
... | ... | |
1196 | 1196 |
if ($altq) |
1197 | 1197 |
$scheduler = ": " . $altq->GetScheduler(); |
1198 | 1198 |
$form = "<tr><td width=\"20%\" class=\"vtable\">"; |
1199 |
$form .= "<a href=\"firewall_shaper.php?interface" . $this->GetInterface() . "&queue=" . $this->GetInterface()."&action=show\">".$this->GetInterface().": ".$scheduler."</a>"; |
|
1199 |
$form .= "<a href=\"firewall_shaper.php?interface=" . $this->GetInterface() . "&queue=" . $this->GetInterface()."&action=show\">".$this->GetInterface().": ".$scheduler."</a>";
|
|
1200 | 1200 |
$form .= "</td></tr>"; |
1201 | 1201 |
/* |
1202 | 1202 |
* XXX: Hack in sight maybe fix with a class that wraps all |
Also available in: Unified diff
Correct the link generation. Reported-by: http://forum.pfsense.org/index.php/topic,39855.0.html