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); return $response->withStatus(403);
} else } else
return $response->withStatus(403); return $response->withStatus(403);
} else {
return $response->withStatus(403);
} }
if($userobj->isAdmin()) { if($userobj->isAdmin()) {
if($resArr["su"]) { if($resArr["su"]) {

View File

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