Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. if($_SESSION['usertype_id'] === UserRoles::ADMIN && $_POST['filter']['text'] == '' && $_GET['action'] == 'viewItems') {
  2. $data = [];
  3. $result = [];
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement