From 50c23a4035447d5ce29ffd64458679216b326b7e Mon Sep 17 00:00:00 2001 From: John Crisp Date: Thu, 30 Sep 2021 18:01:45 +0200 Subject: [PATCH] Try and get a better exit for Koozali SME --- setup.php-presetup | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/setup.php-presetup b/setup.php-presetup index 01fe8eb..8607e9e 100644 --- a/setup.php-presetup +++ b/setup.php-presetup @@ -192,6 +192,9 @@ switch ($stage) { printFooter(); break; } + + // Here we have "if (not $er)" then fall through to case 'write' + // It's pretty crappy coding TBH case 'write': printHeader('about'); @@ -787,14 +790,26 @@ EOS; } ?>



-

+ +
'; + exit; + default: if (! $country) { $country = $config['country'];