diff --git a/config/app.php b/config/app.php index 2559b8012c..cca6b85e57 100755 --- a/config/app.php +++ b/config/app.php @@ -239,7 +239,7 @@ return [ | */ - 'min_php' => '7.2.5', + 'min_php' => '7.4.0', /* diff --git a/resources/views/settings/index.blade.php b/resources/views/settings/index.blade.php index fd1e9b630a..4a30b56a03 100755 --- a/resources/views/settings/index.blade.php +++ b/resources/views/settings/index.blade.php @@ -54,7 +54,7 @@ } - +
@@ -346,7 +346,7 @@
- + @@ -358,7 +358,7 @@

{{ trans('admin/settings/general.system') }}

-
+
@@ -393,6 +393,44 @@
{{ $snipeSettings->lar_ver() }}
+
+ + +
+
+ Timezone: +
+
+ {{ config('app.timezone') }} +
+ +
+ Database Driver +
+
+ {{ config('database.default') }} +
+
+ + +
+
+ Mail From: +
+
+ {{ config('mail.from.name') }} + <{{ config('mail.from.address') }}> +
+ +
+ Mail Reply-To +
+
+ {{ config('mail.reply_to.name') }} + <{{ config('mail.reply_to.address') }}> +
+
+
@@ -402,6 +440,9 @@
+ + + @section('moar_scripts')