From: Davide Franco Date: Tue, 25 Jan 2011 18:20:44 +0000 (+0100) Subject: bacula-web: Removed useless simplegraph.php php script X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=621e0e319ff1b3dbf445c743bb248bc873674c2a;p=bacula%2Fbacula bacula-web: Removed useless simplegraph.php php script --- diff --git a/gui/bacula-web/simplegraph.php b/gui/bacula-web/simplegraph.php deleted file mode 100644 index 9dcfa26491..0000000000 --- a/gui/bacula-web/simplegraph.php +++ /dev/null @@ -1,18 +0,0 @@ -SetImageBorderType('plain'); -$plot->SetDataType('text-data'); -$plot->SetDataValues($data); -$plot->SetPlotType('pie'); -//$plot->SetShading( '5' ) - -$plot->DrawGraph(); - -?> \ No newline at end of file