semicolons are hard!
This commit is contained in:
parent
f790be42bd
commit
a149557272
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user