diff -ruN phpki-ng.old/phpki-ng-0.84/css/style.css phpki-ng/phpki-ng-0.84/css/style.css --- phpki-ng.old/phpki-ng-0.84/css/style.css 2021-09-30 18:10:39.971946417 +0200 +++ phpki-ng/phpki-ng-0.84/css/style.css 2021-09-30 18:05:07.561556378 +0200 @@ -44,6 +44,10 @@ margin: 0; } +input[type='submit']:active{ + background-color:green; +} + fieldset { border: 2px solid black; margin-left: 10px; diff -ruN phpki-ng.old/phpki-ng-0.84/setup.php-presetup phpki-ng/phpki-ng-0.84/setup.php-presetup --- phpki-ng.old/phpki-ng-0.84/setup.php-presetup 2021-09-30 18:10:39.968946433 +0200 +++ phpki-ng/phpki-ng-0.84/setup.php-presetup 2021-09-30 18:05:07.561556378 +0200 @@ -192,6 +192,9 @@ 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 @@ } ?>



-

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