Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. // jeżeli sesja auth jest TRUE to przekieruj na ukrytą podstronę
  2. elseif ($_SESSION['auth'] == TRUE && !isset($_GET['logout']) && $_SESSION['role'] == 'admin') {
  3. echo '<meta http-equiv="refresh" content="1; URL=hide.php">';
  4. echo '<p style="padding-top:10px"><strong>Proszę czekać...</strong><br />trwa wczytywanie danych</p>';
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement