Also:
if (isset($_GET['debug']) && $_GET['debug'] == 'true') { header('X-Debug: '.$value); }
To control whether or not the header gets sent. (Performance Optimization?)
Also:
To control whether or not the header gets sent. (Performance Optimization?)