summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph_cpu.php
diff options
context:
space:
mode:
authortechnical50 <selim_guner2000@hotmail.com>2013-05-10 10:42:05 +0300
committertechnical50 <selim_guner2000@hotmail.com>2013-05-10 10:42:05 +0300
commit06de3aeaad8535bb5af46abb0ebbe950676f9766 (patch)
tree68ce89e848c66da868aa79619ed86380a4529a7b /usr/local/www/graph_cpu.php
parent4a5d6b85d3fc3cd856301b8f21b82db64f9ac643 (diff)
downloadpfsense-06de3aeaad8535bb5af46abb0ebbe950676f9766.zip
pfsense-06de3aeaad8535bb5af46abb0ebbe950676f9766.tar.gz
Auto codeset change for pfsense-utils.inc
Codeset auto checking pfsense-utils.inc do not need anymore
Diffstat (limited to 'usr/local/www/graph_cpu.php')
-rw-r--r--usr/local/www/graph_cpu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/graph_cpu.php b/usr/local/www/graph_cpu.php
index 9c6dbd7..12641d2 100644
--- a/usr/local/www/graph_cpu.php
+++ b/usr/local/www/graph_cpu.php
@@ -67,7 +67,7 @@ $height=100; // SVG internal height : do not modify
$width=200; // SVG internal width : do not modify
/********* Graph DATA **************/
-print('<?xml version="1.0" encoding="iso-8859-1"?>' . "\n");?>
+print('<?xml version="1.0" ?>' . "\n");?>
<svg width="100%" height="100%" viewBox="0 0 <?=$width?> <?=$height?>" preserveAspectRatio="none" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="init(evt);">
<g id="graph">
<rect id="bg" x1="0" y1="0" width="100%" height="100%" fill="white"/>
OpenPOWER on IntegriCloud