aboutsummaryrefslogtreecommitdiff
path: root/www/phpsysinfo/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-24 20:57:52 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-24 20:57:52 +0000
commitea50bab3163b63da867f3e51150818044028c243 (patch)
tree847a33b4842dea432b0a4aac21ad28988a22350f /www/phpsysinfo/files
parenta657afd62ccf664045e40de3af256889fc3f6e92 (diff)
Notes
Diffstat (limited to 'www/phpsysinfo/files')
-rw-r--r--www/phpsysinfo/files/patch-includes_os_class_BSD_common_inc_php11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/phpsysinfo/files/patch-includes_os_class_BSD_common_inc_php b/www/phpsysinfo/files/patch-includes_os_class_BSD_common_inc_php
deleted file mode 100644
index caa733c0260e..000000000000
--- a/www/phpsysinfo/files/patch-includes_os_class_BSD_common_inc_php
+++ /dev/null
@@ -1,11 +0,0 @@
---- includes/os/class.BSD.common.inc.php.org 2008-06-05 20:58:52.000000000 +0200
-+++ includes/os/class.BSD.common.inc.php 2008-08-05 22:34:24.000000000 +0200
-@@ -83,7 +83,7 @@
- }
- }
- // get our apache SERVER_NAME or vhost
-- public function hostname() {
-+ public function vhostname() {
- if (!($result = getenv('SERVER_NAME'))) {
- $result = "N.A.";
- }