diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-04 07:34:15 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-04 07:34:15 +0100 |
commit | 0ee41cd0b9cae86af64ddbf86175790b64b665fd (patch) | |
tree | eaa1f13cbc7ae6557fb436e912c066521644d5bc /wizard/index.php | |
parent | b5f1cde5794eb7ddd75f1c2ad84a3b3559f07e92 (diff) |
wizard: add peace message
Diffstat (limited to 'wizard/index.php')
-rw-r--r-- | wizard/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wizard/index.php b/wizard/index.php index a746dc19..888f4345 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -126,6 +126,12 @@ $type = (isset($_POST['type']) && isset($types[$_POST['type']]) ? $_POST['type' <div id="wrapper"> <div id="main"> <div id="content"> +<?php + if (count($_POST) == 0) { + echo '<h2>Please STOP WAR NOW!</h2><p><a href="https://blog.remirepo.net/post/2022/03/03/Please-STOP-war">'; + echo '<img alt="" class="media" src="https://blog.remirepo.net/public/icons/dove.svg" width="256" /></a></p>'; + } +?> <h2>Operating system and version selection</h2> <form method='post'> <ul class="pkglist"> |