Line 275 in /home1/glowdamai/public_html/framework/control/HTTPResponse.php
266 } 267 header("$header: $value", true, $this->statusCode); 268 } 269 } else { 270 // It's critical that these status codes are sent; we need to report a failure if not. 271 if($this->statusCode >= 300) { 272 user_error( 273 "Couldn't set response type to $this->statusCode because " . 274 "of output on line $line of $file", 275 E_USER_WARNING 276 ); 277 } 278 } 279 280 // Only show error pages or generic "friendly" errors if the status code signifies 281 // an error, and the response doesn't have any body yet that might contain