Sign in
webkit
/
WebKit
/
bc305334a28f4491ad6c9aac1b58373754ba9a0e
/
.
/
LayoutTests
/
http
/
tests
/
contentextensions
/
resources
/
ping-file-path.php
blob: 4fc6bd0c9688fb0e42eb2374bbcd030eab714798 [
file
] [
log
] [
blame
]
<?
php
require_once
'../../resources/portabilityLayer.php'
;
if
(
isset
(
$_GET
[
'test'
]))
{
$pingFilePath
=
sys_get_temp_dir
()
.
"/"
.
str_replace
(
"/"
,
"-"
,
$_GET
[
'test'
])
.
".ping.txt"
;
}
?>