git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
2008-12-21 David Levin <levin@chromium.org>
[WebKit-https.git]
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
reset-temp-file.php
1
<?php
2
require_once 'portabilityLayer.php';
3
4
$tmpFile = ensureTrailingSlash(sys_get_temp_dir()) . $_GET['filename'];
5
unlink($tmpFile)
6
?>