]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Removed useless internal php code in index.php
authorDavide Franco <bacula-dev@dflc.ch>
Mon, 17 Jan 2011 14:25:05 +0000 (15:25 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 3 Mar 2011 09:39:30 +0000 (10:39 +0100)
gui/bacula-web/index.php

index 73c1b6abd25cbaaa6b2a087eb9fc00a199c0ff9c..adcff3de2d16dc80825fae7a19480d5380608883 100644 (file)
@@ -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');
 ?>