From 4edba823270d44c5ee72f452cded268db318e67e Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Mon, 17 Jan 2011 15:25:05 +0100 Subject: [PATCH] bacula-web: Removed useless internal php code in index.php --- gui/bacula-web/index.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gui/bacula-web/index.php b/gui/bacula-web/index.php index 73c1b6abd2..adcff3de2d 100644 --- a/gui/bacula-web/index.php +++ b/gui/bacula-web/index.php @@ -162,8 +162,11 @@ $graph->SetGraphSize( 400, 230 ); $graph->Render(); $smarty->assign('graph_stored_bytes', $graph->Get_Image_file() ); -if ($_GET['Full_popup'] == "yes" || $_GET['pop_graph1'] == "yes" || $_GET['pop_graph2'] == "yes") - $smarty->display('full_popup.tpl'); -else - $smarty->display('index.tpl'); + +//if ($_GET['Full_popup'] == "yes" || $_GET['pop_graph1'] == "yes" || $_GET['pop_graph2'] == "yes") +// $smarty->display('full_popup.tpl'); +//else + +// Render template +$smarty->display('index.tpl'); ?> -- 2.39.2