内核更新

This commit is contained in:
2017-02-14 09:41:34 +08:00
parent 689376a5d9
commit b355535009
43 changed files with 330 additions and 100 deletions

View File

@@ -28,7 +28,7 @@ class File extends Driver
];
/**
* 构函数
* 构函数
* @param array $options
*/
public function __construct($options = [])
@@ -225,6 +225,7 @@ class File extends Driver
foreach ($files as $path) {
if (is_dir($path)) {
array_map('unlink', glob($path . '/*.php'));
rmdir($path);
} else {
unlink($path);
}