semicolons are hard!
This commit is contained in:
		@@ -41,7 +41,7 @@ if(isset($_GET['send']) ) {
 | 
			
		||||
 $error = "<b>no user found</b>";
 | 
			
		||||
 }
 | 
			
		||||
 if($user['activated'] == "1"){
 | 
			
		||||
     $error = "<b>user already activated!</b>"
 | 
			
		||||
     $error = "<b>user already activated!</b>";
 | 
			
		||||
 } else {
 | 
			
		||||
 //check if theres a code already
 | 
			
		||||
 $activationcode = random_string();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user