bug #3276001 [core] Avoid caching of index.php.
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
- bug #3305517 [config] Config for export compression not used
|
- bug #3305517 [config] Config for export compression not used
|
||||||
- bug #3305883 [interface] Table is dropped regardless of confirmation
|
- bug #3305883 [interface] Table is dropped regardless of confirmation
|
||||||
- [auth] Fixed error handling for signon auth method.
|
- [auth] Fixed error handling for signon auth method.
|
||||||
|
- bug #3276001 [core] Avoid caching of index.php.
|
||||||
|
|
||||||
3.4.1.0 (2011-05-20)
|
3.4.1.0 (2011-05-20)
|
||||||
- bug #3301108 [interface] Synchronize and already configured host
|
- bug #3301108 [interface] Synchronize and already configured host
|
||||||
|
@@ -89,7 +89,7 @@ $lang_iso_code = $GLOBALS['available_languages'][$GLOBALS['lang']][1];
|
|||||||
|
|
||||||
|
|
||||||
// start output
|
// start output
|
||||||
header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
|
include ('./libraries/header_http.inc.php');
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
||||||
|
Reference in New Issue
Block a user