From 622521ae2e2f07fab4238fb9158857cf65fa4ef5 Mon Sep 17 00:00:00 2001 From: slerena Date: Thu, 17 Jan 2013 14:09:33 +0000 Subject: [PATCH] 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 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7494 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/include/functions_ui.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 +?>