Remove unused svn related files that expose us to shellshock.

This commit is contained in:
Tom Hacohen 2014-09-25 14:45:55 +01:00
parent 0540fbbf34
commit 2ddfa776d4
2 changed files with 0 additions and 12 deletions

View File

@ -1,4 +0,0 @@
<?php
unlink("/var/tmp/svn-www/www-up");
?>
<html><body><p>OK</p></body></html>

View File

@ -1,8 +0,0 @@
<?php
$tmpfile = sys_get_temp_dir() . "/www-up";
$handle = fopen($tmpfile, "w");
fclose($handle);
system("chmod a+r+w " . $tmpfile);
?>
<html><body><p>OK</p></body></html>