From: Davide Franco Date: Thu, 17 Mar 2011 16:40:11 +0000 (+0100) Subject: bacula-web: Removed useless stats.php script form git X-Git-Tag: Release-5.2.1~363 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b82fa78113c7154ce82e78bd3ef65c084e2bea65;p=bacula%2Fbacula bacula-web: Removed useless stats.php script form git --- diff --git a/gui/bacula-web/stats.php b/gui/bacula-web/stats.php deleted file mode 100644 index 7c876ea44c..0000000000 --- a/gui/bacula-web/stats.php +++ /dev/null @@ -1,61 +0,0 @@ -sizey = $_GET['sizey']; - $graph->sizex = $_GET['sizex']; -} - -if ( isset($_GET['MBottom']) ) { - $graph->MarginBottom = $_GET['MBottom']; -} - -if ( isset($_GET['EndDateYear']) ) - $graph->PrepareDate($_GET['StartDateMonth'],$_GET['StartDateDay'],$_GET['StartDateYear'],$_GET['EndDateMonth'],$_GET['EndDateDay'],$_GET['EndDateYear']); - -if ( isset($_GET['legend']) ) - $graph->Leg = $_GET['legend']; - -if ( isset($_GET['elapsed']) ) - $graph->elapsed = $_GET['elapsed']; - -if (!isset($_GET['modo_graph']) ) - $graph->BCreate ($_GET['server'],$_GET['tipo_dato'],$_GET['title']); -else if (!isset($_GET['xlabel'])) - $graph->BCreate ($_GET['server'],$_GET['tipo_dato'],$_GET['title'],$_GET['modo_graph']); -else if (!isset($_GET['ylabel'])) - $graph->BCreate ($_GET['server'],$_GET['tipo_dato'],$_GET['title'],$_GET['modo_graph'],$_GET['xlabel']); -else - $graph->BCreate ($_GET['server'],$_GET['tipo_dato'],$_GET['title'],$_GET['modo_graph'],$_GET['xlabel'],$_GET['ylabel']); -?>