diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-24 20:57:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-24 20:57:52 +0000 |
commit | ea50bab3163b63da867f3e51150818044028c243 (patch) | |
tree | 847a33b4842dea432b0a4aac21ad28988a22350f /www/phpsysinfo/files | |
parent | a657afd62ccf664045e40de3af256889fc3f6e92 (diff) |
Notes
Diffstat (limited to 'www/phpsysinfo/files')
-rw-r--r-- | www/phpsysinfo/files/patch-includes_os_class_BSD_common_inc_php | 11 |
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."; - } |