Fixed redirect link and removes test echo's

This commit is contained in:
Joey Lai
2017-02-01 12:45:26 +01:00
parent 8e81cec843
commit 700e27e5e3
4 changed files with 7 additions and 18 deletions

View File

@@ -81,18 +81,14 @@
<input type="hidden"
name="fbName"
value="<?php echo $fbName ?>">
<?php echo $fbName ?>
<input type="hidden"
name="fbSurname"
value="<?php echo $fbSurname ?>">
<?php echo $fbSurname ?>
<input type="hidden"
name="fbUserID"
value="<?php echo $fbUserID ?>">
<?php echo $fbUserID ?>
<input type="hidden"
name="fbEmail"
value="<?php echo $fbEmail ?>">
<?php echo $fbEmail ?>
</form>
</div>