summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/graph.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-10-22 08:57:26 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-10-22 08:58:27 -0400
commit995df6c32c55bf6528f7d0fbb428cbb5e9d133dd (patch)
tree9a71ef79ebda4a0a706a63f1caaa303adf8ac43d /src/usr/local/www/graph.php
parent4eeb2809d023ddd260c938dac20654515d5a9055 (diff)
downloadpfsense-995df6c32c55bf6528f7d0fbb428cbb5e9d133dd.zip
pfsense-995df6c32c55bf6528f7d0fbb428cbb5e9d133dd.tar.gz
Completed #5333
Diffstat (limited to 'src/usr/local/www/graph.php')
-rwxr-xr-xsrc/usr/local/www/graph.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/usr/local/www/graph.php b/src/usr/local/www/graph.php
index f9ccb98..f9572bc 100755
--- a/src/usr/local/www/graph.php
+++ b/src/usr/local/www/graph.php
@@ -122,12 +122,6 @@ $width=200; //SVG internal width : do not modify
$fetch_link = "ifstats.php?if=" . htmlspecialchars($ifnum);
-/* check for custom theme colors */
-if (file_exists("/usr/local/www/themes/{$g['theme']}/graph.php")) {
- $themetxt = file_get_contents("/usr/local/www/themes/{$g['theme']}/graph.php");
- eval($themetxt);
-}
-
/********* Graph DATA **************/
print('<?xml version="1.0" encoding="UTF-8"?>' . "\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)">
OpenPOWER on IntegriCloud