mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-27 22:47:23 +08:00
usercp token management lang
This commit is contained in:
@@ -217,4 +217,8 @@ return [
|
||||
'text' => 'Allow Userbar',
|
||||
'desc' => ' Get his userba',
|
||||
],
|
||||
'torrent:list' => [
|
||||
'text' => 'Get torrent list',
|
||||
'desc' => 'Get torrent list',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
"label" => "Access token",
|
||||
"permission" => "Permission",
|
||||
];
|
||||
Reference in New Issue
Block a user