I have the following code that I want to "compress" or simplify Could it be done with an array?
<?php if ($row['tecnico'] == $_SESSION['username'] or
$_SESSION['username'] == "nameA" or
$_SESSION['username'] == "nameB" or
$_SESSION['username'] == "nameC" or
$_SESSION['username'] == "nameD") : ?>