2013-01-17 Sancho Lerena <slerena@artica.es>

* 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
This commit is contained in:
slerena 2013-01-17 14:09:33 +00:00
parent 583a6ef2aa
commit 704d65cf12
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2013-01-17 Sancho Lerena <slerena@artica.es>
* 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 <juanmanuel.ramon@artica.es>
* pandoradb.sql

View File

@ -1165,7 +1165,7 @@ function ui_process_page_head ($string, $bitfield) {
}
$output .= "\n\t";
$output .= '<title>Pandora FMS - '.__('the Flexible Monitoring System').'</title>
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="never" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="resource-type" content="document" />
@ -2986,4 +2986,4 @@ function ui_print_agent_autocomplete_input($parameters) {
echo $html;
}
}
?>
?>