fix: Updated pyMisp and querystring versions

pull/2339/head
iglocska 2017-07-12 16:16:20 +02:00
parent f89a9ce061
commit f4041cd100
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ class AppController extends Controller {
public $helpers = array('Utility');
private $__queryVersion = '13';
public $pyMispVersion = '2.4.71';
private $__queryVersion = '14';
public $pyMispVersion = '2.4.77';
public $phpmin = '5.6.5';
public $phprec = '7.0.16';