summaryrefslogtreecommitdiff
path: root/net/torrentflux/files/patch-html+all_services.php
diff options
context:
space:
mode:
Diffstat (limited to 'net/torrentflux/files/patch-html+all_services.php')
-rw-r--r--net/torrentflux/files/patch-html+all_services.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/torrentflux/files/patch-html+all_services.php b/net/torrentflux/files/patch-html+all_services.php
deleted file mode 100644
index d743d8fc29b6..000000000000
--- a/net/torrentflux/files/patch-html+all_services.php
+++ /dev/null
@@ -1,11 +0,0 @@
---- html/all_services.php.orig Wed Sep 28 19:33:42 2005
-+++ html/all_services.php Wed Sep 28 19:34:20 2005
-@@ -28,7 +28,7 @@
- $result = shell_exec("df -h ".$cfg["path"]);
- $result2 = shell_exec("du -sh ".$cfg["path"]."*");
- $result4 = shell_exec("w");
--$result5 = shell_exec("free -mo");
-+$result5 = shell_exec("pstat -T");
-
- DisplayHead(_ALL);
- echo "<table width=\"740\" border=0 cellpadding=0 cellspacing=0><tr><td>";