@@ -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.";