更新目录结构

This commit is contained in:
2023-10-21 21:18:46 +08:00
parent 664295167d
commit 1153b13299
298 changed files with 3032 additions and 2173 deletions

View File

@@ -24,7 +24,7 @@ class AllowCrossDomain{
];
public function __construct(Config $config){
$this->header = array_merge($this->header, $config->get('cross', ''));
$this->header = array_merge($this->header, $config->get('cross', []));
}
/**