Removed function_exists() check for header_remove() since it's now always available.
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sat, 26 May 2012 16:31:32 +0000 (18:31 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sat, 26 May 2012 19:31:30 +0000 (21:31 +0200)
commitb6c04726c6c731859c28312ee9ef629cb3f825b9
tree061775fcf61c82adc9830893ac1b0d19f25534b2
parentc82961b1d4cc9d9261fa60659a08106ee953f448
Removed function_exists() check for header_remove() since it's now always available.

header_remove() was added in PHP 5.3.0 which is below that our minimum requirement; also fixed a comment for the minimum required PHP version.

Change-Id: Ib6992ed772f1a707f96020fdfe6eb6152102402a
includes/GlobalFunctions.php