Closes #912
This commit is contained in:
parent
454650b328
commit
5cec84f8e3
2 changed files with 3 additions and 3 deletions
|
@ -106,7 +106,7 @@ trait AdminSettingsController
|
|||
$sys = [
|
||||
'pixelfed' => config('pixelfed.version'),
|
||||
'php' => phpversion(),
|
||||
'redis' => explode(' ',exec('redis-cli -v'))[1],
|
||||
'laravel' => app()->version(),
|
||||
];
|
||||
switch (config('database.default')) {
|
||||
case 'pgsql':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue