ayHaru %!s(int64=4) %!d(string=hai) anos
pai
achega
5fe251faab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      thinkphp/library/think/Request.php

+ 1 - 1
thinkphp/library/think/Request.php

@@ -684,7 +684,7 @@ class Request
                 unset($_GET[$this->config['var_pathinfo']]);
                 unset($this->get[$this->config['var_pathinfo']]);
             } elseif ($this->isCli()) {
-                // CLI模式下 index.php module/controller/action/params/...
+                // CLI模式下 Index.php module/controller/action/params/...
                 $pathinfo = isset($_SERVER['argv'][1]) ? $_SERVER['argv'][1] : '';
             } elseif ('cli-server' == PHP_SAPI) {
                 $pathinfo = strpos($this->server('REQUEST_URI'), '?') ? strstr($this->server('REQUEST_URI'), '?', true) : $this->server('REQUEST_URI');