|
@@ -26,7 +26,9 @@ abstract class BaseServer
|
|
|
|
|
|
protected function is_exclude($file)
|
|
|
{
|
|
|
- return false;
|
|
|
+ $path = BASE_ROOT_PATH . "/" . $this->mSubPath . "/";
|
|
|
+ $file = str_replace($path,'',$file);
|
|
|
+ return in_array($file,$this->mExFiles);
|
|
|
}
|
|
|
|
|
|
private function clear_global()
|