summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-24 21:27:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-24 21:27:25 +0000
commit0975fe8a7ea0ed09f26b510979626db0c1137ff3 (patch)
treef1f67302f5524e06a16e8b1005758519b3636721 /usr/local/www/status_graph.php
parent5b95638a0e4ce1461ab1d224f51f47dd3bdabefc (diff)
downloadpfsense-0975fe8a7ea0ed09f26b510979626db0c1137ff3.zip
pfsense-0975fe8a7ea0ed09f26b510979626db0c1137ff3.tar.gz
Unbreak status graph. Someone is going to need to submit *WORKING* patches that work with FireFox, IE and Opera for this to get changed again! Ticket #1290
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index 1616d70..1ae4153 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -84,7 +84,7 @@ foreach ($ifdescrs as $ifn => $ifd) {
</form>
<p>
<div>
-<object id="graph" src="graph.php?ifnum=<?=$ifnum;?>&ifname=<?=rawurlencode($ifdescrs[$curif]);?>" type="image/svg+xml"
+<embed id="graph" src="graph.php?ifnum=<?=$ifnum;?>&ifname=<?=rawurlencode($ifdescrs[$curif]);?>" type="image/svg+xml"
width="<? echo $width; ?>" height="<? echo $height; ?>" pluginspage="http://www.adobe.com/svg/viewer/install/auto" />
</div>
OpenPOWER on IntegriCloud