tasn pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=2ddfa776d4e9b4dee309706c03abc4358605e908

commit 2ddfa776d4e9b4dee309706c03abc4358605e908
Author: Tom Hacohen <[email protected]>
Date:   Thu Sep 25 14:45:55 2014 +0100

    Remove unused svn related files that expose us to shellshock.
---
 public_html/nu.php | 4 ----
 public_html/u.php  | 8 --------
 2 files changed, 12 deletions(-)

diff --git a/public_html/nu.php b/public_html/nu.php
deleted file mode 100644
index bf18bf4..0000000
--- a/public_html/nu.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-  unlink("/var/tmp/svn-www/www-up");
-?>
-<html><body><p>OK</p></body></html>
diff --git a/public_html/u.php b/public_html/u.php
deleted file mode 100644
index 29027e0..0000000
--- a/public_html/u.php
+++ /dev/null
@@ -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>

-- 


Reply via email to