error_reporting disabled by default (include.php)

This commit is contained in:
Michael Meckelein 2005-09-26 06:31:31 +00:00
parent c8f1d939db
commit 021b02e596

View File

@ -35,7 +35,7 @@ See AUTHORS to learn who helped make it become a reality.
*/ */
// enable it only for testing purposes // enable it only for testing purposes
error_reporting(E_ALL); // error_reporting(E_ALL);
//if (!headers_sent()) { header("Pragma: no-cache"); } //if (!headers_sent()) { header("Pragma: no-cache"); }
header("Pragma: no-cache"); header("Pragma: no-cache");