From 021b02e5961dc389881ff7ef667e09c4ccc268c6 Mon Sep 17 00:00:00 2001 From: Michael Meckelein Date: Mon, 26 Sep 2005 06:31:31 +0000 Subject: [PATCH] error_reporting disabled by default (include.php) --- include.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include.php b/include.php index c08f9a5..243c83a 100644 --- a/include.php +++ b/include.php @@ -35,7 +35,7 @@ See AUTHORS to learn who helped make it become a reality. */ // enable it only for testing purposes -error_reporting(E_ALL); +// error_reporting(E_ALL); //if (!headers_sent()) { header("Pragma: no-cache"); } header("Pragma: no-cache");