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; } ?>
-