0 ) if( stristr($GLOBALS[HTTP_USER_AGENT], $c) ) return true; } return false; } //----------------------------------------------------- // HideClient($clients) // - - - - - - - - // Returns false if any words in $clients match any // part of the remote user's browser information. // // $clients should be formatted: // "client1 client2 client3 ..." //----------------------------------------------------- function HideClient( $clients ) { return !ShowClient($clients); } ?>