diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 970b4d77cd..05e259d2c7 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2013-01-17 Sancho Lerena + + * include/functions_ui.php: Fixed cache control for + avoid send each time static contents. 0 is "always" + instead "never" :-S + 2013-01-17 Juan Manuel Ramon * pandoradb.sql diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index 8280969725..54c33517c0 100644 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -1165,7 +1165,7 @@ function ui_process_page_head ($string, $bitfield) { } $output .= "\n\t"; $output .= 'Pandora FMS - '.__('the Flexible Monitoring System').' - + @@ -2986,4 +2986,4 @@ function ui_print_agent_autocomplete_input($parameters) { echo $html; } } -?> \ No newline at end of file +?>