Advertisement
Guest User

Untitled

a guest
Jan 30th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Notice: Undefined index: users in D:\xampp\htdocs\inc\pages\index.p.php on line 73
  2.  
  3. Notice: Trying to access array offset on value of type bool in D:\xampp\htdocs\inc\Config.class.php on line 628
  4.  
  5. Notice: Undefined index: users in D:\xampp\htdocs\inc\pages\index.p.php on line 73
  6.  
  7. Notice: Trying to access array offset on value of type bool in D:\xampp\htdocs\inc\Config.class.php on line 628
  8.  
  9.  
  10. <?php if(Config::getData('users','Admin',$_SESSION['users']) >= 6 || Config::getData('users','Security',$_SESSION['users']) == 1) { ?>
  11. return $r_data[$data];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement