@@ -85,6 +85,7 @@ class MobileServer extends BaseServer
Base::mobile_control();
}
elseif ($this->is_exclude($file)) {
+ Log::record("call-file = $file", Log::DEBUG);
include $file;
else {