diff options
author | Remi Collet <remi@remirepo.net> | 2023-06-29 13:47:48 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-06-29 13:47:48 +0200 |
commit | 083efaca55a96f862acb53174709649e4e8c6f18 (patch) | |
tree | 4afdc67caf3cf1c3a34e07b0dc05fc103c84c90d | |
parent | 6a51a46ba7921468d63680e5e1713cfad698ceea (diff) |
July bill
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | wizard/index.php | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -55,7 +55,7 @@ But maintaining this web site also have a cost.</p> <p class="msg"> --> - <h2>Next year <strong>Web hosting</strong> budget, until June 2024: + <h2>Next year <strong>Web hosting</strong> budget, until July 2024: <progress max="530" value="530">100%</progress> <strong>100% of 530€</strong> <!-- <progress max="530" value="491">93%</progress> <strong>93% of 530€</strong> diff --git a/wizard/index.php b/wizard/index.php index 44d5fc5f..62c9ff5f 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -479,6 +479,7 @@ if ($php && $os && $type && !$err) { <li><a href="https://github.com/remicollet/remirepo/issues" class="nlink" title="Bug tracker">Bug tracker</a></li> <li><a href="https://blog.remirepo.net/post/2021/05/20/remirepo-IRC-channel-on-Libera-network" class="nlink" title="IRC channel">IRC channel</a></li> <li><a href='https://twitter.com/RemiRepository'>Repository twitter account</a></li> + <li><a href='https://discord.gg/qwC6kM2dcE'>Discord server</a></li> <li><?php printf("<b>%d answers</b> given", $counter); ?></li> |