From: Jörn Zaefferer Date: Mon, 4 Dec 2006 20:42:38 +0000 (+0000) Subject: Introduced before callback (#384) (updated test data) X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=47a6a32b27f7af24dec5dc963fa951177a091cd2;p=jquery.git Introduced before callback (#384) (updated test data) --- diff --git a/build/test/data/name.php b/build/test/data/name.php index 03d805a..514d928 100644 --- a/build/test/data/name.php +++ b/build/test/data/name.php @@ -18,5 +18,11 @@ if($name == 'foo') { echo "pan"; die(); } +$request = apache_request_headers(); +$request = $request['customHeader']; +if(strlen($request) > 0) { + echo $request; + die(); +} echo 'ERROR '; ?> \ No newline at end of file