summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph.php
diff options
context:
space:
mode:
authortechnical50 <selim_guner2000@hotmail.com>2013-05-10 10:39:20 +0300
committertechnical50 <selim_guner2000@hotmail.com>2013-05-10 10:39:20 +0300
commit4a5d6b85d3fc3cd856301b8f21b82db64f9ac643 (patch)
treee4f9cb464eca63f19bc01306091be72006ffcfcb /usr/local/www/graph.php
parent87aa821522390c5a90337d3670f825bd5d4bd86b (diff)
downloadpfsense-4a5d6b85d3fc3cd856301b8f21b82db64f9ac643.zip
pfsense-4a5d6b85d3fc3cd856301b8f21b82db64f9ac643.tar.gz
Auto codeset change for pfsense-utils.inc
Auto codeset updating for pfsense-utils.inc
Diffstat (limited to 'usr/local/www/graph.php')
-rwxr-xr-xusr/local/www/graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/graph.php b/usr/local/www/graph.php
index 6a227fa..2c0dc94 100755
--- a/usr/local/www/graph.php
+++ b/usr/local/www/graph.php
@@ -97,7 +97,7 @@ if(file_exists("/usr/local/www/themes/{$g['theme']}/graph.php")) {
}
/********* 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