fixed bug in php

This commit is contained in:
camill 2025-12-02 12:33:28 +01:00
parent f7736c9076
commit 5d34c6b19c

View File

@ -1,7 +1,7 @@
<?php
$username = htmlspecialchars($_GET["username"]);
$rocket = $_GET["spaceship"];
$username = htmlspecialchars($$_POST["username"]);
$rocket = $_POST["spaceship"];
switch($rocket)
{