From d1fc54d1b315ded578be45ce3d92a42007a654c8 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 9 Oct 2025 08:28:39 +0200 Subject: [PATCH 1/2] add missing column to table headers --- views/bootstrap/class.Info.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/views/bootstrap/class.Info.php b/views/bootstrap/class.Info.php index 7a4b4991d..5fd4b1131 100644 --- a/views/bootstrap/class.Info.php +++ b/views/bootstrap/class.Info.php @@ -57,7 +57,7 @@ class SeedDMS_View_Info extends SeedDMS_Theme_Style { $this->contentHeading(getMLText("seeddms_info")); echo "\n"; echo "\n\n"; - echo "\n"; + echo "\n"; echo "\n\n\n"; $dbversion = $dms->getDBVersion(); echo "\n"; @@ -101,8 +101,7 @@ class SeedDMS_View_Info extends SeedDMS_Theme_Style { $this->contentHeading(getMLText("php_info")); echo "
".getMLText("name")."".getMLText("name")."
".getMLText('seeddms_version')."".$version->version()."
\n"; echo "\n\n"; - echo "\n"; + echo "\n"; echo "\n\n\n"; echo "\n"; echo "\n"; From 8b4b12a7e8c278413d208515bdebbc7e184e79e3 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 9 Oct 2025 08:46:33 +0200 Subject: [PATCH 2/2] sync with composer.json --- composer-dist.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/composer-dist.json b/composer-dist.json index cb2214380..eb0c5fc52 100644 --- a/composer-dist.json +++ b/composer-dist.json @@ -1,4 +1,15 @@ { + "name": "seeddms/dms", + "description": "Open Source Document Management System", + "type": "project", + "license": "GPL 2", + "authors": [ + { + "name": "Uwe Steinmann", + "email": "steinm@debian.org" + } + ], + "minimum-stability": "stable", "config": { "platform": { "php": "8.2" @@ -6,7 +17,7 @@ }, "require": { "pear/http_request2": "2.5.0", - "robthree/twofactorauth": "^1.5", + "robthree/twofactorauth": "^3.0", "php-mime-mail-parser/php-mime-mail-parser": "*", "slim/slim": "^4.0", "guzzlehttp/psr7": "*",
".getMLText("name"); - echo "".getMLText("name")."
PHP".phpversion()."
Path to php.ini".php_ini_loaded_file()."