mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-13 07:59:20 +00:00
Fixed #234 & 通用配置用户权限未被正确判断的BUG
This commit is contained in:
@@ -116,7 +116,7 @@ class AdminController extends Controller
|
||||
|
||||
public function config()
|
||||
{
|
||||
return view('admin.config.config', [
|
||||
return view('admin.config.common', [
|
||||
'methods' => SsConfig::type(1)->get(),
|
||||
'protocols' => SsConfig::type(2)->get(),
|
||||
'categories' => GoodsCategory::all(),
|
||||
|
||||
Reference in New Issue
Block a user