|
@@ -24,6 +24,10 @@ class RAccServer extends BaseServer
|
|
public function __construct($subPath)
|
|
public function __construct($subPath)
|
|
{
|
|
{
|
|
parent::__construct($subPath);
|
|
parent::__construct($subPath);
|
|
|
|
+
|
|
|
|
+ $exfiles = [];
|
|
|
|
+
|
|
|
|
+ $this->setExFiles($exfiles);
|
|
}
|
|
}
|
|
|
|
|
|
static private $stInstance = NULL;
|
|
static private $stInstance = NULL;
|