mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Show Laravel version in about (#11641)
* Show Laravel version in about We haven't used silk icons in a long time... * a few cleanups and links
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App;
|
||||
use App\Models\Application;
|
||||
use App\Models\Callback;
|
||||
use App\Models\Device;
|
||||
@@ -72,6 +73,7 @@ class AboutController extends Controller
|
||||
'version_local' => $version->local(),
|
||||
'version_mysql' => current(DB::selectOne('select version()')),
|
||||
'version_php' => phpversion(),
|
||||
'version_laravel' => App::VERSION(),
|
||||
'version_python' => Version::python(),
|
||||
'version_webserver' => $request->server('SERVER_SOFTWARE'),
|
||||
'version_rrdtool' => str_replace('1.7.01.7.0', '1.7.0', implode(' ', array_slice(explode(' ', shell_exec(
|
||||
|
Reference in New Issue
Block a user