mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update Update.php
This commit is contained in:
parent
aa9d9774d4
commit
1bfd52c23b
@ -33,7 +33,7 @@ class Update extends Controller
|
||||
$extend = ExtendInstall::instance($this->app);
|
||||
$this->rules = unserialize($this->request->post('rules', 'a:0:{}', ''));
|
||||
$this->ignore = unserialize($this->request->post('ignore', 'a:0:{}', ''));
|
||||
$this->success('获取当前文件列表成功!', $extend->buildFileList($this->rules, $this->ignore));
|
||||
$this->success('获取文件列表成功!', $extend->buildFileList($this->rules, $this->ignore));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user