From: Davide Franco Date: Mon, 17 Jan 2011 14:25:05 +0000 (+0100) Subject: bacula-web: Removed useless internal php code in index.php X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=947122342e7f9c4d3c432c29b0a5930cc72d42da;p=bacula%2Fbacula bacula-web: Removed useless internal php code in index.php --- 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'); ?>