From 1bc5b51ea25b63cef101101ea46581f3f9550b33 Mon Sep 17 00:00:00 2001 From: iglocska Date: Tue, 11 Apr 2017 15:26:44 +0200 Subject: [PATCH] chg: bumped versions - pymisp - query string version - php recommended version --- app/Controller/AppController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Controller/AppController.php b/app/Controller/AppController.php index 75eff7aec..30c5483c2 100755 --- a/app/Controller/AppController.php +++ b/app/Controller/AppController.php @@ -46,10 +46,10 @@ class AppController extends Controller { public $helpers = array('Utility'); - private $__queryVersion = '5'; - public $pyMispVersion = '2.4.68'; + private $__queryVersion = '6'; + public $pyMispVersion = '2.4.71'; public $phpmin = '5.6.5'; - public $phprec = '7.0.0'; + public $phprec = '7.0.16'; // Used for _isAutomation(), a check that returns true if the controller & action combo matches an action that is a non-xml and non-json automation method // This is used to allow authentication via headers for methods not covered by _isRest() - as that only checks for JSON and XML formats