changing secure.php to start.php everywhere

This commit is contained in:
thies
2021-01-10 19:16:05 +01:00
parent 8813cb8c54
commit 88bcd5a38b
6 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ if(isset($_GET['send'])) {
$result = $statement->execute(array('userid'=> $userid ));
if($result) {
die('Activated. Going to <a href="secure.php">secure</a> now.<meta http-equiv="refresh" content="1; URL=update.php?page=secure.php">');
die('Activated. Going to <a href="start.php">start</a> now.<meta http-equiv="refresh" content="1; URL=update.php?page=start.php">');
}
}
?>