You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
session_start();
|
|
require_once 'db.inc.php';
|
|
$email = $_POST['email'];
|
|
$session = init_cass_db();
|
|
|
|
// Create a hash of the email and the timestamp, and send an email with a link that contains the hash as a GET variable.
|
|
|
|
|
|
?>
|