changed the activation path to update session
This commit is contained in:
parent
422463e22c
commit
5014bc5ed0
@ -44,7 +44,7 @@ if(isset($_GET['send'])) {
|
|||||||
$result = $statement->execute(array('userid'=> $userid ));
|
$result = $statement->execute(array('userid'=> $userid ));
|
||||||
|
|
||||||
if($result) {
|
if($result) {
|
||||||
die('Activated. Going to <a href="login.php">login</a> now.<meta http-equiv="refresh" content="1; URL=login.php">');
|
die('Activated. Going to <a href="secure.php">secure</a> now.<meta http-equiv="refresh" content="1; URL=update.php?page=secure.php">');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user