<?php if ($a==="admin" AND $b==="admin") { header("Location:admin.html"); } else { print "No Tiene permiso"; } ?>