Sign in
webkit
/
WebKit
/
e83748a3d986d861713edbad6b20589c06c9b99f
/
.
/
LayoutTests
/
http
/
tests
/
cache
/
resources
/
current-time.cgi
blob: 054265f3731ea18398c954f2c81ecec296ec6303 [
file
] [
log
] [
blame
]
#!/usr/bin/perl -w
print
"Content-type: text/plain\n"
;
print
"\n"
;
print
time
();