mirror of https://github.com/ThunixdotNet/www.git
fixed signup
This commit is contained in:
parent
259e05fd00
commit
865edfab59
|
@ -4,7 +4,7 @@ include "../config.php";
|
||||||
$name = $_GET['contact_name'];
|
$name = $_GET['contact_name'];
|
||||||
$email = $_GET['email_address'];
|
$email = $_GET['email_address'];
|
||||||
$username = $_GET['username'];
|
$username = $_GET['username'];
|
||||||
$interests = $_GET['interest'];
|
$interest = $_GET['interest'];
|
||||||
$pubkey = $_GET['pubkey'];
|
$pubkey = $_GET['pubkey'];
|
||||||
$tv = $_GET['tv'];
|
$tv = $_GET['tv'];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue