Sign in
webkit
/
WebKit
/
d2bbe276796add2f96b13717d703f86a588409c5
/
.
/
LayoutTests
/
http
/
tests
/
inspector
/
network
/
resources
/
json.php
blob: b761e23e6071c8dda29be7b50f1c6520c96c18d1 [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Type: application/json"
);
echo
'{"version": 1}'
;
?>