From c9aa466345fbcc131edb24e4176eebdb3dab21d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Dec 2015 12:40:44 +0100 Subject: wizard: display stat --- wizard/index.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'wizard') diff --git a/wizard/index.php b/wizard/index.php index 546487f9..80a83e5c 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -10,6 +10,8 @@ '5.4', 'RHEL 6' => '5.3', @@ -89,6 +91,8 @@ $type = (isset($_POST['type']) && isset($types[$_POST['type']]) ? $_POST['type'

Wizard answer