<?php $headers = apache_request_headers(); if(isset($headers['X-Nokia-WLAN-Connectivity-Test'])) { header('X-Nokia-WLAN-Connectivity-Test: true'); exit(); } ?>