.
if($_SESSION['dostep'] == 3)
A teraz chciałbym, aby ten dostęp był i 2 i 3.

Jest to do zrobienia??

require_once "../".LANG."lang.php"; if($_SESSION['logadm'] == 'ok') { if($_SESSION['dostep'] == 3 || $_SESSION['dostep'] == 2) { include('menug.php'); echo' <a href="file.php?action=add">'.$lang['a_dodaj_file'].'</a> | <a href="file.php?action=ed">'.$lang['a_zd_file'].'</a> <hr> ';
require_once "../".LANG."lang.php"; if($_SESSION['logadm'] == 'ok') { if($_SESSION['dostep'] == 3 || $_SESSION['dostep'] == 2) { include('menug.php'); echo' <a href="file.php?action=add">'.$lang['a_dodaj_file'].'</a> | <a href="file.php?action=ed">'.$lang['a_zd_file'].'</a> <hr> ';