function activesearch_supported_browser in Javascript Tools 5
2 calls to activesearch_supported_browser()
- activesearch_form_alter in activesearch/
activesearch.module - Implementation of hook_form_alter().
- activesearch_menu in activesearch/
activesearch.module - Implementation of hook_menu().
File
- activesearch/
activesearch.module, line 260
Code
function activesearch_supported_browser() {
return !strstr($_SERVER['HTTP_USER_AGENT'], 'Safari');
}