2
0

2 Revīzijas d30c7634d2 ... fc297c8d69

Autors SHA1 Ziņojums Datums
  stanley-king fc297c8d69 Merge branch 'raccount' of 39.97.239.116:gyfl/xyzshop into raccount 3 nedēļas atpakaļ
  stanley-king f991e461cc dev 3 nedēļas atpakaļ
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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)) {
                     Base::mobile_control();
                 } elseif ($this->is_exclude($file)) {
+                    Log::record("call-file = $file", Log::DEBUG);
                     include $file;
                 } else {
                     echo "You cannot access this file.";