]> 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)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 3 Mar 2011 09:39:30 +0000 (10:39 +0100)
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