mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 10:00:41 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
d5449fca92
|
|
@ -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"
|
||||
|
|
@ -7,7 +18,7 @@
|
|||
"require": {
|
||||
"robthree/twofactorauth": "^3.0",
|
||||
"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": "*",
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ class SeedDMS_View_Info extends SeedDMS_Theme_Style {
|
|||
$this->contentHeading(getMLText("seeddms_info"));
|
||||
echo "<table class=\"table table-condensed table-sm\">\n";
|
||||
echo "<thead>\n<tr>\n";
|
||||
echo "<th>".getMLText("name")."</th>\n";
|
||||
echo "<th>".getMLText("name")."</th><th></th>\n";
|
||||
echo "</tr>\n</thead>\n<tbody>\n";
|
||||
$dbversion = $dms->getDBVersion();
|
||||
echo "<tr><td>".getMLText('seeddms_version')."</td><td>".$version->version()."</td></tr>\n";
|
||||
|
|
@ -101,8 +101,7 @@ class SeedDMS_View_Info extends SeedDMS_Theme_Style {
|
|||
$this->contentHeading(getMLText("php_info"));
|
||||
echo "<table class=\"table table-condensed table-sm\">\n";
|
||||
echo "<thead>\n<tr>\n";
|
||||
echo "<th>".getMLText("name");
|
||||
echo "</th>\n";
|
||||
echo "<th>".getMLText("name")."</th><th></th>\n";
|
||||
echo "</tr>\n</thead>\n<tbody>\n";
|
||||
echo "<tr><td>PHP</td><td>".phpversion()."</td></tr>\n";
|
||||
echo "<tr><td>Path to php.ini</td><td>".php_ini_loaded_file()."</td></tr>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user