mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 21:41:03 +08:00
admin add claim
This commit is contained in:
@@ -37,7 +37,7 @@ class DashboardRepository extends BaseRepository
|
||||
$result[$name] = [
|
||||
'name' => $name,
|
||||
'text' => nexus_trans("dashboard.system_info.$name"),
|
||||
'value' => '2.13.11',
|
||||
'value' => "2.13.14",
|
||||
];
|
||||
$name = 'php_version';
|
||||
$result[$name] = [
|
||||
@@ -287,6 +287,4 @@ class DashboardRepository extends BaseRepository
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user