fixsquared

This commit is contained in:
Hendrik
2017-01-31 16:23:13 +01:00
parent 52a4822477
commit fb9d070d6a
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ while($user = $q->fetch(PDO::FETCH_ASSOC)) {
<option value='banned'>Ban</option>
<option value='user'>Activeer</option>";
if ($userinfo['role'] == 'owner') {
if ($userinfo == 'owner') {
echo "<option value='admin'>Admin</option>
<option value='owner'>Owner</option>";
}