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