Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Introduced before callback (
#384) (updated test data)
- Loading branch information
Showing
with
6 additions
and
0 deletions.
-
+6
−0
build/test/data/name.php
There are no files selected for viewing
|
|
@@ -18,5 +18,11 @@ |
|
|
echo "pan"; |
|
|
die(); |
|
|
} |
|
|
$request = apache_request_headers(); |
|
|
$request = $request['customHeader']; |
|
|
if(strlen($request) > 0) { |
|
|
echo $request; |
|
|
die(); |
|
|
} |
|
|
echo 'ERROR <script type="text/javascript">ok( true, "name.php executed" );</script>'; |
|
|
?>
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.