2
0

2 Commits d30c7634d2 ... fc297c8d69

Autor SHA1 Mensagem Data
  stanley-king fc297c8d69 Merge branch 'raccount' of 39.97.239.116:gyfl/xyzshop into raccount 3 weeks atrás
  stanley-king f991e461cc dev 3 weeks atrás
1 changed files with 1 additions and 0 deletions
  1. 1 0
      helper/fcgisrv/RAccServer.php

+ 1 - 0
helper/fcgisrv/RAccServer.php

@@ -76,6 +76,7 @@ class RAccServer extends BaseServer
                 if ($this->isIndex($file)) {
                 if ($this->isIndex($file)) {
                     Base::mobile_control();
                     Base::mobile_control();
                 } elseif ($this->is_exclude($file)) {
                 } elseif ($this->is_exclude($file)) {
+                    Log::record("call-file = $file", Log::DEBUG);
                     include $file;
                     include $file;
                 } else {
                 } else {
                     echo "You cannot access this file.";
                     echo "You cannot access this file.";