why no work

Signed-off-by: Skylar 'The Cobra' Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2022-09-28 11:08:18 -04:00
parent 3d018e4afc
commit ea19be4c97
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 4 additions and 4 deletions

View File

@ -124,8 +124,8 @@
<input type="checkbox" id="git" name="git" value="Gitea" checked>
<label for="git">Gitea</label><br>
<input type="checkbox" id="nc" name="nc" value="Nextcloud" checked>
<label for="nc">Nextcloud</label><br>
<input type="checkbox" id="nextcloud" name="nextcloud" value="Nextcloud" checked>
<label for="nextcloud">Nextcloud</label><br>
<input type="checkbox" id="jitsi" name="jitsi" value="Jitsi" checked>
<label for="jitsi">Jitsi</label><br>
@ -156,7 +156,7 @@
if (isset($_POST['matrix'])) $use_matrix = true;
if (isset($_POST['fedi'])) $use_fedi = true;
if (isset($_POST['git'])) $use_git = true;
if (isset($_POST['nc'])) $use_nc = true;
if (isset($_POST['nextcloud'])) $use_nc = true;
if (isset($_POST['jitsi'])) $use_jitsi = true;
if (isset($_POST['xmpp'])) $use_xmpp = true;
if (isset($_POST['xmppo'])) $use_xmppo = true;
@ -167,7 +167,7 @@
if ($use_matrix) $message .= ", Matrix";
if ($use_fedi) $message .= ", Mastodon";
if ($use_git) $message .= ", Gitea";
if ($use_nc) $message .= ", Nexccloud";
if ($use_nc) $message .= ", Nextcloud";
if ($use_jitsi) $message .= ", Jitsi";
if ($use_xmpp) $message .= ", XMPP";
if ($use_xmppo) $message .= ", XMPP Onion";