From 82b1d999dcfaccea7996d4dccd4778754ec39389 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:31:44 +0100 Subject: New: About page with env information (#7161) * infobox * i18n * CSS improved * themes * Update app/views/index/about.phtml Co-authored-by: Alexandre Alapetite * Update app/views/index/about.phtml Co-authored-by: Alexandre Alapetite * Environment information => System information * Issue templates: Env info -> System info * i18n: IT Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> * i18n: DE * Update app/i18n/it/index.php Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> * added: php_uname() * i18n: fr * Add database version --------- Co-authored-by: Alexandre Alapetite Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> --- app/views/index/about.phtml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'app/views') diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml index 8a633f7cc..3c2ccb054 100644 --- a/app/views/index/about.phtml +++ b/app/views/index/about.phtml @@ -18,6 +18,29 @@

+ +
+ +
+
+
+
+
+
+
db['type'] ?>
+ +
version() ?>
+
+
+
+ +
+
+
+
+
+ +

-- cgit v1.2.3