Merge branch 'develop' of github.com:MISP/MISP into develop

pull/9715/head
iglocska 2024-04-23 13:23:04 +02:00
commit b46d5a433e
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
2 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class AppController extends Controller
public $helpers = array('OrgImg', 'FontAwesome', 'UserName');
private $__queryVersion = '161';
private $__queryVersion = '162';
public $pyMispVersion = '2.4.190';
public $phpmin = '7.2';
public $phprec = '7.4';

View File

@ -7,6 +7,7 @@
height: calc(100vh - 2*42px); /* total space available minus header and footer */
margin-top: -8px;
flex-direction: column;
width: 100%;
}
.topbar {