Update add_user.php

This commit is contained in:
jakani24
2024-01-20 09:43:19 +01:00
parent bacb615aff
commit 9cf2792810

View File

@@ -124,7 +124,7 @@ if($perms[0]!=="0"){
} }
// Close the connection // Close the connection
}elseif($block=0){ }elseif($block==1){
echo '<div class="alert alert-danger" role="alert"> echo '<div class="alert alert-danger" role="alert">
You do not have permission to add a user! You do not have permission to add a user!
</div>'; </div>';