mirror of
https://github.com/Combodo/iTop.git
synced 2026-07-02 21:06:41 +02:00
N°9711 - Store setup parameters in session
This commit is contained in:
@@ -103,6 +103,9 @@ class CheckResult
|
||||
*/
|
||||
class SetupUtils
|
||||
{
|
||||
// Name of the parameter array in session for setup
|
||||
public const SESSION_PARAMETERS_NAME = 'setup_params';
|
||||
|
||||
// -- Minimum versions (requirements : forbids installation if not met)
|
||||
public const PHP_MIN_VERSION = '8.2.0';
|
||||
public const MYSQL_MIN_VERSION = '5.7.0'; // 5.6 is no longer supported
|
||||
|
||||
Reference in New Issue
Block a user