fix: Fixed query string and pymisp version

pull/2490/head
iglocska 2017-09-19 09:51:06 +02:00
parent 5a7f3227e6
commit 5854a15d4c
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 = '18';
public $pyMispVersion = '2.4.79';
private $__queryVersion = '19';
public $pyMispVersion = '2.4.80';
public $phpmin = '5.6.5';
public $phprec = '7.0.16';