Guest User

Untitled

a guest
Oct 18th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <?php
  2. include('top.php');
  3. session_start();
  4. if($_SESSION['poprawnie']!=1){
  5. echo "niezalogowany";
  6. }
  7. else{?>
  8. <h1>Panel administracyjny</h1>
  9.  
  10. <hr />
  11.  
  12. <ul id="nav">
  13. <li>
  14. <a href="newsAdd.php">Dodaj newsa</a>
  15. </li>
  16. <li>
  17. <a href="newsList.php">edytuj / usuń newsa</a>
  18. </li>
  19. <li>
  20. <a href="index.php">Strona główna</a>
  21. </li>
  22. </ul><?php
  23. }
  24.  
  25. include('bot.php'); ?>
Add Comment
Please, Sign In to add comment