From 128db077008c8b6ecf722fcf87127f3622b8403f Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Wed, 27 Mar 2019 14:58:56 +0100 Subject: [PATCH] The php version field should be mandatory --- inc/accounts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/accounts.php b/inc/accounts.php index 0513670..5c57119 100644 --- a/inc/accounts.php +++ b/inc/accounts.php @@ -348,7 +348,7 @@ if ($conf['bindadmin']) { } if (array_key_exists('php_versions', $conf) && count($conf['php_versions']) > 1) { - $form->addField('php_version', new SelectFormField("Version de PHP", FALSE, $conf['php_versions'])); + $form->addField('php_version', new SelectFormField("Version de PHP", TRUE, $conf['php_versions'])); } if ($conf['quota']) {