>>300
試してないけど、こんな感じで

<?php
global $user;
if (!in_array($user->name, array('aaa', 'admin'))) {
return true;
}
?>