You are here

function themekey_redirect_check_url in ThemeKey 7.3

1 string reference to 'themekey_redirect_check_url'
themekey_redirect_rule_chain_form_validate in themekey_redirect/themekey_redirect_admin.inc
Validation of

File

themekey_redirect/themekey_redirect_admin.inc, line 82

Code

function themekey_redirect_check_url($url) {
  return preg_match('@http(|s)://.+@', $url);
}