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