Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2020-06-29 08:23:06 +02:00
commit e64ef5fae3
2 changed files with 0 additions and 8 deletions

View File

@ -2280,8 +2280,6 @@ class Auth { /* {{{ */
return $response->withStatus(403);
} else
return $response->withStatus(403);
} else {
return $response->withStatus(403);
}
if($userobj->isAdmin()) {
if($resArr["su"]) {

View File

@ -114,12 +114,6 @@ class SeedDMS_View_Info extends SeedDMS_Bootstrap_Style {
</div>
</div>
<?php
$this->contentContainerStart();
echo $version->banner();
$this->contentContainerEnd();
// $this->contentContainerStart();
// phpinfo();
// $this->contentContainerEnd();
$this->contentEnd();
$this->htmlEndPage();
} /* }}} */