diff --git a/src/www/wizard.php b/src/www/wizard.php index 8fc8824b8..2188dad2b 100644 --- a/src/www/wizard.php +++ b/src/www/wizard.php @@ -90,7 +90,7 @@ switch ($xml) { break; default: print_info_box(gettext('ERROR: Could not find wizard file.')); - break; + die; } global $listtags;