$zahaslowane=array('gbhxs','krmck','wplai');
if (in_array($strona,$zahaslowane)) {
include('login.php');
include ($strona.".php");
}
else
if (file_exists($strona.".htm")) include ($strona.".htm"); else echo "
strona $strona.htm nie została jeszcze przygotowana"; ?>