mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 21:16:07 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
e64ef5fae3
|
@ -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"]) {
|
||||||
|
|
|
@ -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();
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user