mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Plugs.php
This commit is contained in:
parent
ea7eca04dc
commit
1ec518849c
@ -121,7 +121,7 @@ class Plugs extends Controller
|
|||||||
$this->uptype = input('uptype');
|
$this->uptype = input('uptype');
|
||||||
if (!in_array($this->uptype, ['local', 'oss', 'qiniu'])) {
|
if (!in_array($this->uptype, ['local', 'oss', 'qiniu'])) {
|
||||||
$this->uptype = sysconf('storage.type');
|
$this->uptype = sysconf('storage.type');
|
||||||
}
|
}2
|
||||||
return $this->uptype;
|
return $this->uptype;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user