changed the activation path to update session

This commit is contained in:
Thies Mueller 2021-01-10 00:08:33 +01:00
parent 422463e22c
commit 5014bc5ed0

View File

@ -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">');
} }
} }
?> ?>