mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 03:49:56 +02:00
lies you can not prove anything
This commit is contained in:
parent
cff8e73152
commit
25e3f1a829
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ class Access {
|
|||
" WHERE `start` <= '$ip' AND `end` >= '$ip'" .
|
||||
" AND `level` >= '$level' AND `type` = '$type'";
|
||||
if (strlen($user)) { $sql .= " AND (`user` = '$user' OR `user` = '-1')"; }
|
||||
else { $sql .= " AND `user` = '0'"; }
|
||||
else { $sql .= " AND `user` = '-1'"; }
|
||||
break;
|
||||
} // end switch on type
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue