From 93cfdc3ed1f77707509027f3c3e5445a047d9881 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Wed, 9 Jul 2014 10:06:50 +0000 Subject: [PATCH] Remove unused "start_html_output" function --- src/mibew/libs/common/response.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/mibew/libs/common/response.php b/src/mibew/libs/common/response.php index 3bc52c0d..2896df83 100644 --- a/src/mibew/libs/common/response.php +++ b/src/mibew/libs/common/response.php @@ -40,14 +40,6 @@ function get_image($href, $width, $height) return "\"\"/"; } -function start_html_output() -{ - header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); - header("Cache-Control: no-store, no-cache, must-revalidate"); - header("Pragma: no-cache"); - header("Content-type: text/html; charset=utf-8"); -} - /** * Load additional CSS files, required by plugins, and build HTML code to * include them