});
								</script>
								<?php 
                            }
                        }
                    }
                }
            } catch (PDOEXception $error) {
                echo $error->getMessage();
            }
        }
    }
    $hash = Clean($_GET["hash"]);
    $id = Clean($_GET["id"]);
    $wallet = new Wallet($con, $coin);
    echo $wallet->confirm_email($hash, $id);
}
?>
<!DOCTYPE html>
<html >
<?php 
echo $header->get_index();
?>
	<header>
	<ul>
	<li><a href="index.php">Home</li></a>
	<li><a href="reg.php">Create Wallet</li></a>
	<li><a href="login.php">Wallet Login</li></a>
	</ul><br />
	</header><br />
  <body>