OneTallor

Untitled

Jan 30th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. session_start();
  2. ...
  3. if ($_SESSION['admin'] == 1) {
  4. $admin = '1';
  5. }
  6.  
  7. if ($admin == 1) {
  8. echo '<li class="header" align="center"><b>Admin részleg</b></li>';
  9. }
Add Comment
Please, Sign In to add comment