fixed signup

This commit is contained in:
Ubergeek 2019-07-13 12:14:59 -04:00
parent 259e05fd00
commit 865edfab59
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ include "../config.php";
$name = $_GET['contact_name'];
$email = $_GET['email_address'];
$username = $_GET['username'];
$interests = $_GET['interest'];
$interest = $_GET['interest'];
$pubkey = $_GET['pubkey'];
$tv = $_GET['tv'];