]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Removed useless simplegraph.php php script
authorDavide Franco <bacula-dev@dflc.ch>
Tue, 25 Jan 2011 18:20:44 +0000 (19:20 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:43:37 +0000 (14:43 +0200)
gui/bacula-web/simplegraph.php [deleted file]

diff --git a/gui/bacula-web/simplegraph.php b/gui/bacula-web/simplegraph.php
deleted file mode 100644 (file)
index 9dcfa26..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-require_once 'external_packages/phplot/phplot.php';
-
-$plot = new PHPlot(400, 300);
-
-$data = array(
-  array('', 100, 100, 200, 100),
-  array('', 150, 100, 150, 100),
-);
-$plot->SetImageBorderType('plain');
-$plot->SetDataType('text-data');
-$plot->SetDataValues($data);
-$plot->SetPlotType('pie');
-//$plot->SetShading( '5' )
-
-$plot->DrawGraph();
-
-?>
\ No newline at end of file