mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Oops, typo.
This commit is contained in:
parent
1ba5e90ab8
commit
ae5143a7c6
@ -133,7 +133,7 @@ Refresh Interval:
|
||||
<div style="clear:both;"></div>
|
||||
</div>
|
||||
<div id="<?=$ifname;?>graphdiv" style="display:<?php echo $graphdisplay;?>">
|
||||
<embed id="graph" src="graph.php?fnum=<?=$ifdescr;?>&ifname=<?=rawurlencode($ifname);?>&timeint=<?=$refreshInterval;?>" type="image/svg+xml" width="<? echo $width; ?>" height="<? echo $height; ?>" pluginspage="http://www.adobe.com/svg/viewer/install/auto" />
|
||||
<embed id="graph" src="graph.php?ifnum=<?=$ifdescr;?>&ifname=<?=rawurlencode($ifname);?>&timeint=<?=$refreshInterval;?>" type="image/svg+xml" width="<? echo $width; ?>" height="<? echo $height; ?>" pluginspage="http://www.adobe.com/svg/viewer/install/auto" />
|
||||
</div>
|
||||
<? $firstgraphshown = true; $graphcounter++; ?>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user