Code cleanup done during Fosdem2010

This commit is contained in:
Herman van Rink
2010-02-09 19:57:06 +00:00
parent 2ee9ff3e20
commit a82cc85f04
4 changed files with 21 additions and 16 deletions

View File

@@ -36,7 +36,7 @@ if ($result === false) {
}
/* Avoid corrupting data */
@ini_set('url_rewriter.tags','');
@ini_set('url_rewriter.tags', '');
header('Content-Type: ' . PMA_detectMIME($result));
header('Expires: ' . gmdate('D, d M Y H:i:s') . ' GMT');