fixed bug in php
This commit is contained in:
parent
f7736c9076
commit
5d34c6b19c
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$username = htmlspecialchars($_GET["username"]);
|
$username = htmlspecialchars($$_POST["username"]);
|
||||||
$rocket = $_GET["spaceship"];
|
$rocket = $_POST["spaceship"];
|
||||||
|
|
||||||
switch($rocket)
|
switch($rocket)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user