semicolons are hard!

This commit is contained in:
Thies Mueller 2021-01-09 23:08:13 +01:00
parent f790be42bd
commit a149557272

View File

@ -41,7 +41,7 @@ if(isset($_GET['send']) ) {
$error = "<b>no user found</b>"; $error = "<b>no user found</b>";
} }
if($user['activated'] == "1"){ if($user['activated'] == "1"){
$error = "<b>user already activated!</b>" $error = "<b>user already activated!</b>";
} else { } else {
//check if theres a code already //check if theres a code already
$activationcode = random_string(); $activationcode = random_string();