[geeklog-hg] geeklog: Removed the references to the Zeus web server (feature ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Apr 8 07:44:51 EDT 2013


changeset 9042:ef74c04f7a28
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/ef74c04f7a28
user: Kenji ITO <mystralkk at gmail.com>
date: Mon Apr 08 20:43:45 2013 +0900
description:
Removed the references to the Zeus web server (feature request #0001575)

diffstat:

 public_html/lib-common.php |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 1e69402f34ac -r ef74c04f7a28 public_html/lib-common.php
--- a/public_html/lib-common.php	Mon Apr 08 17:47:29 2013 +0900
+++ b/public_html/lib-common.php	Mon Apr 08 20:43:45 2013 +0900
@@ -6975,7 +6975,7 @@
 * we want and the variables used here may not be available on all servers
 * and / or setups.
 *
-* Seems to work on Apache (1.3.x and 2.x), IIS, and Zeus ...
+* Seems to work on Apache (1.3.x and 2.x), nginx, and IIS.
 *
 * @return   string  complete URL, e.g. 'http://www.example.com/blah.php?foo=bar'
 *
@@ -7024,7 +7024,6 @@
         $requestUri = $_SERVER['REQUEST_URI'];
         if( empty( $_SERVER['REQUEST_URI'] ))
         {
-            // on a Zeus webserver, prefer PATH_INFO over SCRIPT_NAME
             if( empty( $_SERVER['PATH_INFO'] ))
             {
                 $requestUri = $_SERVER['SCRIPT_NAME'];
@@ -7077,7 +7076,6 @@
     // DocumentRoot
     $onFrontpage = false;
 
-    // on a Zeus webserver, prefer PATH_INFO over SCRIPT_NAME
     if (empty($_SERVER['PATH_INFO'])) {
         $scriptName = $_SERVER['SCRIPT_NAME'];
     } else {



More information about the geeklog-cvs mailing list