; root = /bacula
root = '/bacula-web'
+; This option will not be used from now.
; Show a box with a detailed report at index or Status report
-; I'll remove this in future versions.
-IndexReport = 0
+; IndexReport = 0
; Secs since last run. Default 24h.
; Unused in this version
$smarty->assign( "mode", $mode );
+/*
// Determine which template to show
$indexreport = $dbSql->get_config_param( "IndexReport" );
}else {
$smarty->assign( "last_report", "report_select.tpl" );
}
+*/
// Assign to template catalogs number
$smarty->assign( "dbs", $dbSql->Get_Nb_Catalogs() );
}
*/
-// generaldata.tpl & last_run_report.tpl ( Last 24 hours report )
-$last24bytes = "";
-$query = "";
-
// Stored files number
$totalfiles = $dbSql->GetStoredFiles( ALL );
$smarty->assign('stored_files',$totalfiles);